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
What is .sh file?
How do I use grep to find a file?
How do I search for a file in unix command?
How does pipe () work?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What do chmod, chown, chgrp commands do?
What is the use of find command in unix?
What command is used to check the current users?
How do I use nslookup?
What does the md command do?
What is the difference between grep and grep?
What is the difference between awk and grep?
What is the use of the tee command?
Which command is used to create a directory?
What is rmdir command?