Show hidden files on macOS
30 Aug 2017Show hidden files:
$ defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
Hide hidden files:
$ defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
$ defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
$ defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder