Created
September 4, 2016 10:36
-
-
Save wmakeev/6b42e36eaf48e3eed3f035eca8ecf598 to your computer and use it in GitHub Desktop.
Quickly Show/Hide Hidden Files on Mac OS X #osx
This file contains hidden or 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
# http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/ | |
# Show | |
defaults write com.apple.finder AppleShowAllFiles YES | |
# Hide | |
defaults write com.apple.finder AppleShowAllFiles NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment