how do display only hidden files in unix?
Answer Posted / shardul
ls -a
output will give all the files name that are starting with a (.) dot in starting
this gives the hidden file in the directory where u are exactly present
if you are present in another directory & you want to get the name of hidden file in another directory simply use command
ls -a (name of directory/file u want)
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How does the kernel differentiate device files and ordinary files?
Why was unix created?
What are the types of unix?
What are three main elements of unix operating system?
What does pipe do in unix?
What is meant by unix operating system?
Differentiate swapping and paging.
Does unix have a gui?
How do I show only directories in unix?
Explain superblock in unix.
What are the three major components of any unix system?
Who owns the unix trademark today?
What are some common shells and what are their indicators?
Is unix an operating system?
How can you count the number of characters and lines in a file?