Skip to content

Instantly share code, notes, and snippets.

@liuzhoou
Created March 3, 2009 02:29
Show Gist options
  • Save liuzhoou/73142 to your computer and use it in GitHub Desktop.
Save liuzhoou/73142 to your computer and use it in GitHub Desktop.
Mac finder AppleShowAllFiles
# show all
defaults write com.apple.finder AppleShowAllFiles -bool true
# hidden .
defaults write com.apple.finder AppleShowAllFiles -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment