Skip to content

Instantly share code, notes, and snippets.

@daijo
Created March 26, 2014 03:37
Show Gist options
  • Select an option

  • Save daijo/9776579 to your computer and use it in GitHub Desktop.

Select an option

Save daijo/9776579 to your computer and use it in GitHub Desktop.
Mac CLI
# Show/hide hidden files
defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder
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