How can I see the hidden files in Finder?
For instance, if I have a file named: .something is is not listed.
Right now I have to open the terminal and type ls -la.
|
How can I see the hidden files in Finder? For instance, if I have a file named: Right now I have to open the terminal and type
| ||||
|
feedback
|
|
Open a Terminal and enter:
Then, relaunch Finder by typing:
To reverse that, just enter:
| ||||
feedback
|
|
You can use this script toggle between states:
You can also download an Automator application which will toggle hidden file visibility here: | |||
|
feedback
|
|
You can also create alias for this to something that you can remember. Just add the following into your .bash_login:
| |||
|
feedback
|
defaults write com.apple.finder AppleShowAllFiles Trueflag. – chb Mar 14 at 8:37