A place where the Joyent community can gather, help each other out, and stay informed.
You are not logged in.
In the past whenever I wanted/needed to view hidden files on my system I always found it necessary to use some sort of system utility. This was mildly irritating as needing a program for a single task just seems sorta silly. Then I stumbled upon: http://www.osxfaq.com/DailyTips/02-2005/02-01.ws
Show all folders/files:
$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder
Set back to default:
$ defaults write com.apple.finder AppleShowAllFiles FALSE
$ killall Finder
Presto!
[$ indicates one line, but if you didn't know that then perhaps you shouldn't do the above. Need I add, don't try this at home unless you know what you're doing or are extremely reckless?]
Offline
I've been trying to do something similar with AppleScript. The idea was to create an AppleScript that toggles the visibility of hidden files, save it as an .app and then add it to Finder Toolbar. I've got limited AppleScript knowledge, so after a bit of googling I found this thread on the aforementioned Mac OS Hints forum. Pretty cool stuff.
Offline