Archive for mac os x

Show hidden files in Finder

To show hidden files in Finder open the Terminal window and execute:

  1. defaults write com.apple.finder AppleShowAllFiles TRUE
  2. killall Finder

To hide them again:

  1. defaults write com.apple.finder AppleShowAllFiles FALSE
  2. killall Finder