To show hidden files in UNIX/Linux, execute this shell command:
Code:ls -a
Comments and replies About Show To Display Print Hidden Files Linux Unix Command
kara:
let me know
1.which unix command gives list of all hidden files only.
2. which unix command gives list of all directories only.
ratnakar:
which unix command gives list of all hidden files only.
sophia:
how to locate the hidden files in the directory..?
could not use ls -a
initializaiton:
can you help me with initializaiton file
Khushboo:
to list directories only...
ls -l | grep "^d"
sreedhar:
ls -l | grep "^\."
It shows only the hidden files..