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
Write a command to kill the last background job?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does this command do,"$more readme.txt“?
What command is used to check the current users?
Which unix command lists files/folders in alphabetical order?
What is awk command used for?
How to use grep command to list find the records of a file containing 10 different strings?
Explain ‘system calls’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Explain command to view process running?
How do I use grep to search for a file?
Why is it called grep?
What is the nmap command?
What is merge command in unix?
Name the unix command to find how many days the server has been up.