Posts

Showing posts from September, 2011

View hidden files in Mac OS X

Just plunk the following in a file: #!/bin/sh defaults write com.apple.Finder AppleShowAllFiles `echo $1 | tr '[a-z]' '[A-Z]'` killall Finder Change the file's mode to executable, then invoke using view-hidden.sh yes Hidden files (including "dot" Unix files) will be viewable in Finder.