Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / rocky
find . -name *.* -print
this will print all files in the current directory. For any
other directory give the full path on place of .(dot)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the first character of the output in ls l command?
What is grep r?
Which command is used to restrict incoming messages?
Is it inbetween or in between?
Using unix command how to display no of records in oracle?
What command will change your prompt to myprompt?
What are the general commands in using unix os for a beginner?
Why is awk called awk?
Write a command that will display files in the current directory, in a colored, long format.
Explain how to use grep command to list find the records of a file containing 10 different strings?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the unix command to confirm a remote host is alive or not?
What is difference between grep and find command in unix?
Why is it called grep?
Is grep faster than awk?