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
How do I search a whole word in vim?
What does grep v do?
Who command in unix?
What are reported commands?
What is {} in find command?
How does pipe () work?
How can you see the command line history?
What is merge command in unix?
What is command statement?
Which unix command lists files/folders in alphabetical order?
What is “chmod” command?
How do I open a port?
Give the command for finding the current date.
How do I run a whois command?
What are grep patterns?