Skip to content

Instantly share code, notes, and snippets.

@synackme
Last active August 29, 2015 13:57
Show Gist options
  • Save synackme/9441741 to your computer and use it in GitHub Desktop.
Save synackme/9441741 to your computer and use it in GitHub Desktop.
OS X - Show/Hide Hidden Files
defaults write com.apple.finder AppleShowAllFiles FALSE && killall Finder
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment