Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2004 00:44:32 -0600
From:      Cody Rioux <gr4y.fox@gmail.com>
To:        "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: changing the shell and editor
Message-ID:  <c52d1f82040825234475b4a5af@mail.gmail.com>
In-Reply-To: <412D8435.3090101@daleco.biz>
References:  <801213900.20040825215844@xtsy.de> <412D81A0.5080908@wup-katowice.pl> <412D8435.3090101@daleco.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
It is the setenv command if you are using csh or one of its variants,
however he said that he was using bash, so you would need to export
the variable using the export command, I belive he already has the
problem solved though. :)

On Thu, 26 Aug 2004 01:33:25 -0500, Kevin D. Kinsey, DaleCo, S.P.
<kdk@daleco.biz> wrote:
> Arek Czereszewski wrote:
> 
> >
> > Command set VARIABLE work in t/csh
> >
> 
> Actually, isn't is "setenv":
> 
>     <kadmin@archangel> [/home/kadmin/c++/archive] [1:30]
>     % setenv FOO BAR
> 
>     <kadmin@archangel> [/home/kadmin/c++/archive] [1:30]
>     % echo $FOO
>     BAR
> 
>     <kadmin@archangel> [/home/kadmin/c++/archive] [1:30]
>     % set FOOD BAR
> 
>     <kadmin@archangel>[/home/kadmin/c++/archive][1:30]
>     % echo $FOOD
> 
>     <kadmin@archangel>[/home/kadmin/c++/archive][1:30]
> 
> Hmm, FOOD BAR ...
> 
> I'm getting hungry ;-)
> 
> KDK
> 
> 
> _______________________________________________
> freebsd-newbies@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c52d1f82040825234475b4a5af>