Open/Close The Hidden Shelf Menu


Tag Archive for 'command-line'

FAQ

November 4th, 2006 by Marcos

The FAQ is not working and I don’t know why so I’m trying this.

Welcome to the Mac IRAF FAQ. If your question is not here, contact me, and I’ll see if I can help you out or add the question here. I’m always open to suggestions for things for the web site. [...]

Tags: , , , , — .

PATH variable in the bash shell

November 3rd, 2003 by Marcos

Okay, so you decided to stick with the bash shell. Here’s how to change your path. Edit the .bashrc file in your home directory (or create one) and then add a line like this:

PATH=/usr/local/bin:~/bin:$PATH

My friend and bash fan Colby gave me this tidbit. Something all bash users probably [...]

Tags: , , , — .