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
Which command is used to delete all files in the current directory and all its sub-directories?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is rmdir command?
What are awk commands?
Explain command to display different lines that are found when compare two files?
What does sed command do in unix?
What is time_t?
What is the behavioural difference between cmp and diff commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is used to type command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the pipe command?
Write a command to kill the last background job?
What is the difference between grep and grep?
What is the use of egrep command in unix?