Skip to content

Instantly share code, notes, and snippets.

@lpf23
Last active August 29, 2015 13:57
Show Gist options
  • Save lpf23/9501706 to your computer and use it in GitHub Desktop.
Save lpf23/9501706 to your computer and use it in GitHub Desktop.
OS X - Show Hidden Files
Show all files:
$ defaults write com.apple.finder AppleShowAllFiles -boolean true
$ killall Finder
Hide the hidden files again:
$ defaults delete com.apple.finder AppleShowAllFiles
$ killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment