On Mon, Feb 07, 2000 at 01:40:20AM +0800, R_Yeo wrote:
-> Hi,
->      I am running tcsh and my path statement goes as follows:
-> 
-> setenv PATH "/bin:/sbin:/usr/local:/usr/local/bin:/usr/X11R6/bin:/usr/bin:"
-> 
-> I would like to add some more paths; how to I go about it?  When I just
-> add it into the same line and do a "source", it doesn't become active. 
-> What's the syntax I should use?  Something along the line:
-> 
-> setenv $PATH;blah
-> 
-> Again TIA
-> 
->  -- Ronald

Use a colon as a separator, not a semicolon. As in:

PATH=$PATH:$HOME/bin

If you want to make it permanent for yourself, put it into your
~/.bash_profile.

-- 

                -- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley

Reply via email to