How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / suchitra
ls-a
will give all the files including hidden files
ls-R
which will give u the sub directories in the current
directory
hence to list both the subdirectories and the hidden file
list give
ls-aR
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are grep patterns?
How do I search for a file in unix command?
What is ctrl d?
What is grep r?
What are the general commands in using unix os for a beginner?
What is s and g in sed command?
Describe the usage and functionality of the command rm –r * in unix?
Can you enlist some commonly used network commands?
What is unix command line?
Who wrote grep?
Which command should you use to find the remaining disk space in unix server?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command is used to restrict incoming messages?
Why is it called grep?
Explain ‘system calls’ with respect to unix commands?