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
Differentiate cmp command from diff command.
What is unix command line?
What do chgrp command do?
Which unix command to make a new directory?
What is the use of sed command in unix?
What is the difference between cat command and more command?
Why is grep called grep?
Is it inbetween or in between?
What are filter commands in unix?
Which command should you use to find the remaining disk space in unix server?
What is the use of the command 'ls -x chapter[1-5]' ?
How to use grep command to list find the records of a file containing 10 different strings?
What is grep in bash?
What difference between cmp and diff commands?
What is time_t?