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
What are the dos commands?
What is s and g in sed command?
Why is shebang used?
Explain ‘system calls’ with respect to unix commands?
What is the use of cut command in unix?
What is the significance of the 'tee' command?
Explain ‘library functions’ with respect to unix commands?
What is the comma to display different lines that are found when compare two files?
What is grep command in unix with examples?
Explain mount and unmount command.
Why is grep called grep?
What is awk used for?
What is the first character of the output in ls l command?
What does the command ' $who | sort –logfile > newfile' do?
What command will change your prompt to myprompt?