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
Does cp command overwrite files?
What is the nmap command?
Name the general commands in using unix os for a beginner?
What do chmod command do?
What will the following command do?
What do chmod, chown, chgrp commands do?
What is merge command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the difference between awk and grep?
How does shebang work?
What is the use of the command 'ls -x chapter[1-5]' ?
What is “chmod” command?
How do I clear my terminal history?
What are awk commands?
What is time_t?