Skip to content

Instantly share code, notes, and snippets.

@rais38
Created November 7, 2013 10:57
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 rais38/7352813 to your computer and use it in GitHub Desktop.
Save rais38/7352813 to your computer and use it in GitHub Desktop.
Show/Hidden all files in OSX
$ 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