how do display only hidden files in unix?
Answer Posted / chelios
Minimalistic form:
ls -a | grep '\.'
Really people, 'only hidden' means 'only hidden', not 'also hidden'...
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is dev null in unix?
What is the difference between an absolute path and a relative path in unix?
What are special characters in unix?
Who owns unix?
Is a directory unix?
What are the components of unix kernel?
What is Process id in unix?
How to terminate a shell script if statement?
What is source unix?
How do I find the port number of pid in unix?
Elucidate on the different ids used in the unix process?
Where is unix operating system used?
Give a brief idea about representation of devices in unix.
How do I run a shell script in unix?
What is alias mechanism? Explain.