Show hidden files on OSX
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