Skip to content

Instantly share code, notes, and snippets.

@jcaristy
Last active September 27, 2017 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcaristy/1b49facb8b50b245604b44f6fb68c442 to your computer and use it in GitHub Desktop.
Save jcaristy/1b49facb8b50b245604b44f6fb68c442 to your computer and use it in GitHub Desktop.
[Mac: Ocultar/Mostrar archivos ocultos] #mac
# 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