How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / srinath.p
$ls -Ra
This command shows all the hidden files in the directory
and all of it's subdirectories.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is the use of egrep command in unix?
How do I search for text in vi?
Who wrote grep?
Describe the usage and functionality of the command rm –r * in unix?
Is grep faster than awk?
How do I run a whois command?
What is grep in bash?
Which command should you use to find the remaining disk space in unix server?
Why is it called grep?
What is the comma to show the space allocation of files?
How do I use grep to search for a file?
What is the general format of unix command syntax?
How can we use grep command in unix?
What is the first character of the output in ls l command?
What are bash commands?