Created
March 3, 2009 02:29
-
-
Save liuzhoou/73142 to your computer and use it in GitHub Desktop.
Mac finder AppleShowAllFiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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