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
Is ‘du’ a command? If so, what is its use?
How do I use grep to search for a file?
What does this command do,"$more readme.txt“?
What is grep in bash?
What is {} in find command?
How do you grep a case insensitive?
What is grep short for?
What is grep r?
What is ctrl d?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What do chgrp command do?
What is the use of tee command?
How do I open a port?
hw will u use awk in replacing cahrs and files
What is the size of time_t?