How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / suchitra
ls-a
will give all the files including hidden files
ls-R
which will give u the sub directories in the current
directory
hence to list both the subdirectories and the hidden file
list give
ls-aR
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is awk used for?
Which command is used to restrict incoming messages?
Which unix command lists files/folders in alphabetical order?
why metadb requires a seperate slice to create Solaris volume manager
What are the differences among a system call, a library function, and a unix command?
What is the comma to display different lines that are found when compare two files?
Who command in unix?
What does the command '$ls | wc –l > file1' do?
What is grep command in unix with examples?
What are bash commands?
Write a command that will display files in the current directory, in a colored, long format.
What are awk commands?
Describe the zip/unzip command using gzip.
Is grep faster than awk?
How do I run a whois command?