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
Describe the zip/unzip command using gzip.
Who invented grep?
Using unix command how to display no of records in oracle?
Can you explain a little bit about command substitution?
What do know about tee command and its usage?
How do you grep recursively?
How many unix commands are there?
What is unix command?
What is awk good for?
What are the commands in UNIX to list the files in a Directory?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Which command will print your home directory on screen?
What is the size of time_t?
Who wrote grep?
What are bash commands?