Skip to content

Instantly share code, notes, and snippets.

@dsebao
Created November 21, 2013 04:27
Show Gist options
  • Save dsebao/7576099 to your computer and use it in GitHub Desktop.
Save dsebao/7576099 to your computer and use it in GitHub Desktop.
Show&Hide hidden folders and files on MacOSX
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