Skip to content

Instantly share code, notes, and snippets.

@sk187
Last active September 21, 2015 16:31
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 sk187/7c180a4791df3e2b66e0 to your computer and use it in GitHub Desktop.
Save sk187/7c180a4791df3e2b66e0 to your computer and use it in GitHub Desktop.
# The first line will get all hidden folders and Files to be shown
# The second line will close and reopen Finder windows so the changes will
# take effect.
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder
# To hide the files/folders once more
defaults write com.apple.finder AppleShowAllFiles NO
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment