Mac: Hidden files in finder

By default, finder on Mac OS X hides hidden files from the view. However I like to keep them in the view.

To get this done was quick and simple. In a terminal window type the following:

defaults write com.apple.finder AppleShowAllFiles YES

killall Finder

The next time you open up your finder window, you’ll see the hidden files in there.

Hidden finder

regards

======================================================================

Published: February 08 2015

See an error in this post? Please submit a PR on Github.