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 the use of awk command in unix?
What does #!/ Bin sh do?
What is a bash command?
What do chmod, chown, chgrp commands do?
What does the md command do?
What will the following command do?
What does awk stand for?
Name the general commands in using unix os for a beginner?
What is the comma to show the space allocation of files?
Write a command that will display files in the current directory, in a colored, long format.
How do you repeat a command in terminal?
How does shebang work?
What does the “echo” command do?
What is in grep command?
Which command is used to delete all files in the current directory and all its sub-directories?