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 happens when we execute a unix command?
what is the advaantage of each user having its own copy of the shell?
What does find command return in unix?
Which command is used to restrict incoming messages?
What does this command do,"$more readme.txt“?
How do you grep recursively?
What does grep v grep do?
Explain command to display different lines that are found when compare two files?
How to use grep command to list find the records of a file containing 10 different strings?
What is the general format of unix command syntax?
What is time_t?
What is the unix command to confirm a remote host is alive or not?
What is the comma to display different lines that are found when compare two files?
What is the use of the tee command?
What does grep v do?