Toggles the display of hidden files in Finder and then reloads Finder via the terminal command:
defaults read com.apple.finder AppleShowAllFiles | grep TRUE && defaults write com.apple.finder AppleShowAllFiles FALSE || defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder