macで隠しファイルを表示・非表示

ターミナルを起動。

【隠しファイルを表示】

$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder

【隠しファイルを非表示】

$ defaults write com.apple.finder AppleShowAllFiles FALSE
$ killall Finder

Finderを開き直す。