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
How to display no of records in oracle using unix command?
What does 'mkdir' command do in UNIX?
What is the size of time_t?
Who command in unix?
Does cp command overwrite files?
What does #!/ Bin sh do?
Enumerate some of the most commonly used network commands in unix?
What is the functionality of a top command?
why metadb requires a seperate slice to create Solaris volume manager
Which unix command to make a new directory?
What do chown command do?
What is the nmap command?
Describe the zip/unzip command using gzip.
What is updatedb?
What are awk commands?