From: Gerhard Wesp (gwesp@cosy.sbg.ac.at)
Date: 03/16/93


From: gwesp@cosy.sbg.ac.at (Gerhard Wesp)
Subject: Re: Setenv for LINUX ???
Date: Tue, 16 Mar 1993 17:17:54 GMT

Kristian H. Mikkelsen (memsi@iesd.auc.dk) wrote:
: Does somebody know where to find the unix-command "setenv" in the
: SLS-package?
:
: Or else how to set up environment with other commands distributed with
: LINUX.

It's a csh builtin. If you`re using bash (or sh), you can set an
environment variable with

  <variable>=<value> ; export <variable>

Hope this works for you.
-Gerhard
(gwesp@cosy.sbg.ac.at)