Skip to content

Instantly share code, notes, and snippets.

@mael
Created December 11, 2014 16:23
Show Gist options
  • Save mael/891ea4e70943142141c6 to your computer and use it in GitHub Desktop.
Save mael/891ea4e70943142141c6 to your computer and use it in GitHub Desktop.
Show Hidden Files
Open up your Terminal and enter:
# defaults write com.apple.finder AppleShowAllFiles TRUE
# killall Finder
Hide Hidden Files
#defaults write com.apple.finder AppleShowAllFiles FALSE
# killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment