How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / upendar
ls -a
-It will give all the Files and Sub Directories including Hidden files.
ls -r
- It will give all the files in Descending or Reverse order.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Who wrote grep?
How do I use grep to search for a file?
Why is awk called awk?
Who command in unix?
What is the difference between cat and more command?
How do you grep recursively?
What is the comma to show the space allocation of files?
Using unix command how to display no of records in oracle?
What is awk command used for?
What does the “echo” command do?
Why is it called a shebang?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How can you see the command line history?
What is the difference between grep and grep?
What difference between cmp and diff commands?