Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / nik
You can use find command with - type f. It will print all
the files in the current dir recursively.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is the use of sed command in unix?
What is awk command used for?
What is the command to view process running?
How do you repeat a command in terminal?
What is {} in find command?
Explain command to display different lines that are found when compare two files?
How do I search for text in vi?
What does the command '$ls | wc –l > file1' do?
What is updatedb?
Who wrote grep?
What are the commands in UNIX to list the files in a Directory?
Can you enlist some commonly used network commands?
What is the function of grep command in unix?
What does awk stand for?
What does this command do,"$more readme.txt“?