changing the shell and editor
Cody Rioux
gr4y.fox at gmail.com
Wed Aug 25 23:44:33 PDT 2004
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 at daleco.biz> wrote:
> Arek Czereszewski wrote:
>
> >
> > Command set VARIABLE work in t/csh
> >
>
> Actually, isn't is "setenv":
>
> <kadmin at archangel> [/home/kadmin/c++/archive] [1:30]
> % setenv FOO BAR
>
> <kadmin at archangel> [/home/kadmin/c++/archive] [1:30]
> % echo $FOO
> BAR
>
> <kadmin at archangel> [/home/kadmin/c++/archive] [1:30]
> % set FOOD BAR
>
> <kadmin at archangel>[/home/kadmin/c++/archive][1:30]
> % echo $FOOD
>
> <kadmin at archangel>[/home/kadmin/c++/archive][1:30]
>
> Hmm, FOOD BAR ...
>
> I'm getting hungry ;-)
>
> KDK
>
>
> _______________________________________________
> freebsd-newbies at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe at freebsd.org"
>
More information about the freebsd-newbies
mailing list