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 the use of the tee command?
What does touch command do in unix?
Enumerate some of the most commonly used network commands in unix?
What are the differences among a system call, a library function, and a unix command?
What is the comma to show the space allocation of files?
What is sed awk grep?
Using unix command how to display no of records in oracle?
What happens when we execute a unix command?
How does pipe () work?
Which command is used to delete all files in the current directory and all its sub-directories?
What does #!/ Bin sh do?
What is the functionality of a top command?
What is the first character of the output in ls l command?
What are the unix commands?
What is nr in awk command?