Skip to content

Instantly share code, notes, and snippets.

@rais38
Created November 7, 2013 10:57
Show Gist options
  • Select an option

  • Save rais38/7352813 to your computer and use it in GitHub Desktop.

Select an option

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