Skip to content

Instantly share code, notes, and snippets.

@anhphamt
Created November 6, 2016 13:14
Show Gist options
  • Save anhphamt/7faf2b1c24a8f829ad94827da7ff415a to your computer and use it in GitHub Desktop.
Save anhphamt/7faf2b1c24a8f829ad94827da7ff415a to your computer and use it in GitHub Desktop.
Show/Hide hidden files/folders in OSX

Open your terminal and run this command: ** Show Hidden Files

defaults write com.apple.finder AppleShowAllFiles YES

** Hide Hidden Files/Folders

defaults write com.apple.finder AppleShowAllFiles NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment