On Mon, 7 Feb 2000, 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

setenv PATH "$PATH:/blah"

You've got a typo above maybe you missed another elsewhere :) 

-- 
MandrakeSoft          http://www.mandrakesoft.com/
                                        --Axalon

Reply via email to