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
What are some command words?
What is s and g in sed command?
What happens when we execute a unix command?
What does grep v do?
What does the “echo” command do?
How can you see the command line history?
How do I search for a file in unix command?
What is difference between grep and find command in unix?
What does grep v grep do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Enumerate some of the most commonly used network commands in unix?
Write a command to display a file’s contents in various formats?
Is ‘du’ a command? If so, what is its use?
What difference between cmp and diff commands?
Why is grep called grep?