Mac OS X - Show Hidden Files in Finder
Posted on September 19, 2007 by Shane Duffy
One annoying thing about my MacBook pro and OS X is not easily been able to show hidden files.
Showing hidden files
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Hide the files again
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Thanks to Matt for pointing out an error in my screen shots
AppleScript: The Definitive Guide, 2nd Edition provides a great resource for [...]
Filed under: hardware, mac, os x | 5 Comments »