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
What does tr H do in unix?
How do you kill a process in unix?
Explain superblock in unix.
Explain links and symbolic links.
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)
Why was unix created?
What is awk sed unix?
Is mac unix based?
How would you identify daemons in unix?
What unix means?
Explain about the directory representation in UNIX?
How to find a file in unix?
Describe the term directory?
What is pattern matching in unix?
What is dot profile in unix?