Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Last active August 29, 2015 13:57
Show Gist options
  • Save rugbyprof/9473199 to your computer and use it in GitHub Desktop.
Save rugbyprof/9473199 to your computer and use it in GitHub Desktop.
Show files in Osx terminal / finder.
# If it doesn't work, you may want to try switching YES/NO to TRUE/FALSE
# It is case sensitive!
defaults write com.apple.Finder AppleShowAllFiles NO
defaults write com.apple.Finder AppleShowAllFiles TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment