Skip to content

Instantly share code, notes, and snippets.

@codeswimmer
Created September 10, 2011 21:01
Show Gist options
  • Select an option

  • Save codeswimmer/1208782 to your computer and use it in GitHub Desktop.

Select an option

Save codeswimmer/1208782 to your computer and use it in GitHub Desktop.
osx finder: show/hide hidden files
# show hidden files
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