Skip to content

Instantly share code, notes, and snippets.

@mmarrow
Last active August 29, 2015 14:16
Show Gist options
  • Save mmarrow/161aabb62a3da9290310 to your computer and use it in GitHub Desktop.
Save mmarrow/161aabb62a3da9290310 to your computer and use it in GitHub Desktop.
View hidden files in OSX
//In terminal copy > paste > click return the code below. Then hold down the alt key, right click the finder and then relaunch)
//Use below code in terminal to show hidden files
defaults write com.apple.finder AppleShowAllFiles YES
//Use below code in terminal to hide hidden files
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