Skip to content

Instantly share code, notes, and snippets.

@sdeluce
Created August 4, 2015 16:10
Show Gist options
  • Select an option

  • Save sdeluce/10c9c21bd9156f999dec to your computer and use it in GitHub Desktop.

Select an option

Save sdeluce/10c9c21bd9156f999dec to your computer and use it in GitHub Desktop.
Show Hidden File Mac with terminal
// Show
defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder
// Hide
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