How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / upendar
ls -a
-It will give all the Files and Sub Directories including Hidden files.
ls -r
- It will give all the files in Descending or Reverse order.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How does pipe () work?
Who wrote grep?
Is command prompt unix?
Enumerate some of the most commonly used network commands in unix?
What does this command do,"$more readme.txt“?
How does shebang work?
What is the functionality of a top command?
What difference between cmp and diff commands?
hw will u use awk in replacing cahrs and files
What is the first character of the output in ls l command?
Why is it called grep?
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)?
Which command can you use to find the currently running process in unix server?