Set Finder to show all hidden files. To set it back, execute those same commands, but just switch that TRUE to FALSE. Handy.
#!/usr/bin/env bash defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder;