On Fri, 18 Jul 2008 14:56:11 -0500 (CDT)
Kevin Monceaux <Kevin at RawFedDogs.net> wrote:
> For bash like shells, which is probably what you're using, it would be:
> 
> export PATH=$PATH:/usr/sfw/bin

Just

PATH=$PATH:/usr/sfw/bin

will do. That sets the variable. The export command puts the variable
in the environment. And this is relevant because for older sh-like
shells, you can't do both at once, you have to set the variable (as
above) and then do:

export PATH

       <mike
-- 
Mike Meyer <mwm at mired.org>           http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Reply via email to