Skip to content

Instantly share code, notes, and snippets.

@joseadrian
Created February 5, 2014 17:27
Show Gist options
  • Save joseadrian/8828981 to your computer and use it in GitHub Desktop.
Save joseadrian/8828981 to your computer and use it in GitHub Desktop.
Hide/Show files on Finder OSX
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment