Show hidden files on OSX

Show hidden files on OSX

acidjunk
December 12, 2013
1 min read

When you use a mac, unix style you sometimes want to see .file and .folders. Here is how to do it:

defaults write com.apple.Finder AppleShowAllFiles TRUE;\killall Finder;\say Files Revealed

revert back:

defaults write com.apple.Finder AppleShowAllFiles FALSE;\killall Finder;\say Files Hidden

Tags

Computerz linux tutorial