Sep 122006
from OSXFAQ – Technical News and Support for Mac OS X
by default, Mac OSX will not show hidden files (those beginning with a period) in Finder.
You can change this behavior by typing this command in Terminal:
defaults write com.apple.finder AppleShowAllFiles TRUEkillall Finder
to reverse it, change TRUE to FALSE.