Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / dina
You can use find . -type d
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Does cp command overwrite files?
What is a bash command?
What are bash commands?
What is command statement?
Which command is used to create a directory?
What is the use of the tee command?
What is the command to find hidden files in the current directory?
What is grep in bash?
What does pipe () return?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Why is it called a shebang?
Write a command to kill the last background job?
How do you grep recursively?
What is awk command used for?
What does the command ' $who | sort –logfile > newfile' do?