Wednesday, July 27, 2011

How to list hidden files in Unix


On ls command use the –a option.
-a Shows you all files, even files that are hidden (these files begin with a dot.)

ls -a

No comments: