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.
regards
======================================================================