Deep thought 💭 on Show / hide hidden files in Finder

In the terminal to show:

defaults write com.apple.Finder AppleShowAllFiles -bool true && killall Finder

In the terminal to hide:

defaults write com.apple.Finder AppleShowAllFiles -bool false && killall Finder
Published: Nov 13, 2012 @jeredb →