
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Bashing away at Unix
On Wed, 12 Mar 2008 21:59:30 +0900
"Mike Mazur" <mmazur@example.com> wrote:
> On Wed, Mar 12, 2008 at 8:50 PM, Brian Chandler <brian@example.com> wrote:
> > Godwin Stewart wrote:
> > Hmm, very Japanese... but I tried manually:
> >
> > set PATH=.:$PATH
> >
> > and now . appears at the front of the PATH value, but it _still_ won't
> > run script fred unless I type ./fred . Um, I'm running out of steam here...
>
> I believe in csh you need to use setenv:
>
> $ setenv PATH .:$PATH
And don't forget to export it, ie
setenv PATH .:$PATH
export PATH
Attila Kinali
--
Praised are the Fountains of Shelieth, the silver harp of the waters,
But blest in my name forever this stream that stanched my thirst!
-- Deed of Morred
Home |
Main Index |
Thread Index