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
How do I use grep to find a file?
What does this command do? Cat food 1 > kitty
What command is used to switching between users in unix?
What is grep r?
What is the comma to show the space allocation of files?
What is the command to find maximum memory taking process on the server?
Why is it called a shebang?
What is the use of the tee command?
Write a command to kill the last background job?
Explain command to view process running?
What is grep command in unix with examples?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the difference between cat and more command?
What is the functionality of a top command?
Which command is used to delete all files in the current directory and all its sub-directories?