Skip to content

Instantly share code, notes, and snippets.

@StephanU
Created January 12, 2012 01:27
Show Gist options
  • Save StephanU/1597890 to your computer and use it in GitHub Desktop.
Save StephanU/1597890 to your computer and use it in GitHub Desktop.
Command to show hidden files on mac
defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment