Skip to content

Instantly share code, notes, and snippets.

@phoenixwizard
Created July 16, 2012 10:56
Show Gist options
  • Save phoenixwizard/3122120 to your computer and use it in GitHub Desktop.
Save phoenixwizard/3122120 to your computer and use it in GitHub Desktop.
Show hidden Files in osx Lion
This one will show all unix hidden files i.e. files starting with a dot (.)
defaults write com.apple.finder AppleShowAllFiles TRUE
Next run
killall Finder
Now the finder will be relaunched and *tadaa* your hidden files are visible.
To go back to hide files
defaults write com.apple.finder AppleShowAllFiles FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment