Skip to content

Instantly share code, notes, and snippets.

@devluis
Created October 25, 2013 15:09
Show Gist options
  • Save devluis/7156231 to your computer and use it in GitHub Desktop.
Save devluis/7156231 to your computer and use it in GitHub Desktop.
Show hidden files and directories on Mac
#To show hidden files
defaults write com.apple.finder AppleShowAllFiles TRUE
#To hide hidden files
defaults write com.apple.finder AppleShowAllFiles FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment