Skip to content

Instantly share code, notes, and snippets.

@pngmark
Created July 15, 2016 06:03
Show Gist options
  • Save pngmark/f7ccccbe56acfa0746528e05443844e4 to your computer and use it in GitHub Desktop.
Save pngmark/f7ccccbe56acfa0746528e05443844e4 to your computer and use it in GitHub Desktop.
Show hidden files on a Mac
// Open Terminal and run either the following command.
defaults write com.apple.finder AppleShowAllFiles YES
// Then hold ALT/OPTION key and right-click the Finder icon in the dock and select “relaunch”
// Use this command to hide hidden files again (Don’t forget to relaunch the Finder again).
defaults write com.apple.finder AppleShowAllFiles NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment