Time to time, I want to see hidden files on OS X via Finder and here is what I find on the internet to make that happen:
To make it show:
defaults write com.apple.finder AppleShowAllFiles -boolean true killall Finder
Back to default:
defaults delete com.apple.finder AppleShowAllFiles killall Finder