Skip to content

Instantly share code, notes, and snippets.

@bobbyd3
Created October 20, 2016 19:16
Show Gist options
  • Save bobbyd3/34f18fc0c14822115950cef1857f1f49 to your computer and use it in GitHub Desktop.
Save bobbyd3/34f18fc0c14822115950cef1857f1f49 to your computer and use it in GitHub Desktop.
Show Hidden Files in OSX

For showing hidden files and folders in OS X El Capitan 10.11, Yosemite 10.10, and OS X Mavericks 10.9, use the following command string to show hidden files:

defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment