Wednesday, February 16, 2011

Terminal: LS to show hidden files

To view hidden files starting with '.' for example ~/.bash_profile use the following command:

$ ls -a

Quoting from:

$ man ls

-a Include directory entries whose names begin with a dot (.).

No comments:

Post a Comment