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 does grep v grep do?
How can we use grep command in unix?
What is nr in awk command?
How to display no of records in oracle using unix command?
Explain command to display different lines that are found when compare two files?
What happens when we execute a unix command?
Describe the usage and functionality of the command rm –r * in unix?
What is grep and how do you use it?
Describe the zip/unzip command using gzip.
Which command is used to copy files?
What is unix command line?
What is the use of tee command?
How do I use nslookup?
What is the use of the tee command?
Is command prompt unix?