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
Name the general commands in using unix os for a beginner?
What does the “echo” command do?
What command is used to check the current users?
How do I search for a file in unix command?
Which command is used to copy files?
Enumerate some of the most commonly used network commands in unix?
Explain mount and unmount command.
What is the difference between grep and grep?
Which command will print your home directory on screen?
Is grep faster than awk?
What is the use of sed command in unix?
What are grep patterns?
How do you grep a case insensitive?
What does #!/ Bin sh do?
What are the commands in UNIX to list the files in a Directory?