Skip to content

Instantly share code, notes, and snippets.

@nicoandrade
Created March 27, 2014 18:16
Show Gist options
  • Save nicoandrade/9814443 to your computer and use it in GitHub Desktop.
Save nicoandrade/9814443 to your computer and use it in GitHub Desktop.
MAC OS X – SHOW/HIDE HIDDEN FILES
###Show Hidden Files###
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
### Hide Hidden Files ###
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