The Joyent Community

A place where the Joyent community can gather, help each other out, and stay informed.

You are not logged in.

#1 2005-02-05 11:34:36

Damelon
Member
From: Lyon, France
Registered: 2004-06-01
Posts: 880
Website  Expertise

Viewing hidden files on OS X

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:

Code:

$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder

Set back to default:

Code:

$ 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

 

#2 2005-02-05 15:31:47

schwarz
Member
Registered: 2004-06-01
Posts: 134
Website  Expertise

Re: Viewing hidden files on OS X

http://www.macosxhints.com/

also has lots of tips like that. Worth checking out.


Is this your homework Larry?

Offline

 

#3 2005-02-06 23:13:05

Christopher
Support Engineer
From: Toronto, Canada
Registered: 2004-06-02
Posts: 822
Website  Expertise

Re: Viewing hidden files on OS X

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.


Horrell.ca | chorrell on Twitter

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson