defaults write com.apple.finder AppleShowAllFiles -bool TRUE
On tiger, this causes all icons to get a little bit transparent as though they're all hidden.
I think that there is a macosxhints discussion about this that wraps it all up in a nice applescript or automator applet.
Jonathan Saggau
On 4/10/06,
Dethe Elza <[EMAIL PROTECTED]> wrote:
On 4/9/06, Daniel Lord <[EMAIL PROTECTED]> wrote:
>
> On Apr 8, 2006, at 7:59 PM, linda.s wrote:
>
> > Hi,
> > I installed quite a few python versions in my computer and I want to
> > know where they are located.
> > Should i check them in the bin folder?
> > If so, why I can not find the bin folder in my home directory?
>
> Someone answered the portion regarding the commands. As for the
> location of the 'bin' directory, OS X hides several UNIX directories
> in the Finder as part of their simplification facade. You can always
> access them from the shell:
[snipped]
You can access them from the Finder too, either with the menu Go->Go
to Folder... or via the keyboard: Cmd-Shift-G. Either way, you can
then type in any directory (such as /bin/) and it will open up a
Finder window for it, whether it is normally visible in the Finder or
not.
If you're already in the Terminal (or other command-line shell), the
command "open [directory]" will open the directory as a folder in the
Finder. So, "open ." will open the current directory, and "open
/usr/local/bin" will open that directory in a Finder window. Of
course, the quotes are just for this email, you don't type them in the
command.
--Dethe
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
--
The extent to which an individual can resist being blindly led by tradition is a good measure of his vitality. - Harry Partch
There is a computer disease that anybody who works with computers knows about. It's a very serious disease and it interferes completely with the work. The trouble with computers is that you 'play' with them! - Richard P. Feynman
Few people are capable of expressing with equanimity opinions which differ from the prejudices of their social environment. Most people are not even capable of forming such opinions. - Einstein
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig