You can show hidden files by pressing together SHIF + COMMAND + "."
- Open Terminal
- Execute
- defaults write com.apple.finder AppleShowAllFiles TRUE
- killall Finder
To hide hidden files in your Mac that start with ".fileName":
- Open Terminal
- Execute:
- defaults write com.apple.finder AppleShowAllFiles FALSE
- killall Finder