Logo Mark L. Reyes
Show hidden files in Finder

Show hidden files in Finder

March 28, 2013
1 min read

To show hidden files (to set back to hidden use FALSE) open Terminal and run:

$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder

Thanks to Lifehacker