Last active
September 27, 2017 17:39
-
-
Save jcaristy/1b49facb8b50b245604b44f6fb68c442 to your computer and use it in GitHub Desktop.
[Mac: Ocultar/Mostrar archivos ocultos] #mac
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
# Mostrar | |
defaults write com.apple.finder AppleShowAllFiles YES | |
killall Finder /System/Library/CoreServices/Finder.app | |
# Ocultar | |
defaults write com.apple.finder AppleShowAllFiles NO | |
killall Finder /System/Library/CoreServices/Finder.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment