how do display only hidden files in unix?
Answer Posted / sarvan
Hidden files will start a period (.) in their names. To
list them use -a option of ls command.
like, ls -ltra
| Is This Answer Correct ? | 29 Yes | 18 No |
Post New Answer View All Answers
What is grep family in unix?
What are links and symbolic links in UNIX file system?
What are hidden files in unix?
Is it possible to create new a file system in UNIX?
What are the pros of executing processes in the background?
How does unix operating system works?
What are system variables in unix?
What is dot profile in unix?
How to copy files from one directory to other in unix?
What is page fault? Its types?
What is the difference between a single dot and double dot in unix?
Discuss briefly about the directory representation in unix.
What do you understand by the term filters?
How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?
How do I run a .sh file in unix?