Created
March 27, 2014 18:16
-
-
Save nicoandrade/9814443 to your computer and use it in GitHub Desktop.
MAC OS X – SHOW/HIDE HIDDEN FILES
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 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