Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / bikash kumar giri
Let the directory is /a
find /a -type f -print
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ‘ps’ command for?
Give the command for finding the current date.
Explain mount and unmount command.
What are the differences among a system call, a library function, and a unix command?
What is sed awk grep?
What does the metacharacter mean?
How does pipe () work?
What is the comma to show the space allocation of files?
What is grep in bash?
Who command in unix?
Write a command that will display files in the current directory, in a colored, long format.
Explain command to show the space allocation of files?
Which command is used to create a directory?
What is the search command in unix?
What does the command ' $who | sort –logfile > newfile' do?