Re: setenv


Subject: Re: setenv
From: Dennis Murphy (dmurphy@leguin.montclair.edu)
Date: Sun Apr 23 2000 - 13:09:56 MDT


Try using `export` with bash or sh. setenv/printenv are csh/tcsh commands.

Be aware, however, syntax is a bit different. Instead of
setenv VAR value
use:
export VAR=value

Good luck!

---
  Dennis Murphy
  Montclair State University
  College of Science & Mathematics
  SCInet Support & Development Group
  dmurphy@leguin.montclair.edu
  (973)655-5414

On Sun, 23 Apr 2000, Evan Read wrote:

> > Hey, > > I was attempting to use the "setenv" command earlier when I realised, I > don't have it!!!! Nor "putenv" or anything like that!!!! I need setenv > to use CVS (my first time ;) so I need that command. > > I compiled the latest BASH (2.04) but that didn't seem to help. > > Could someone send it to me (or explain why I can't find it? > > Thanks > > Evan. >



This archive was generated by hypermail 2a24 : Sun Apr 23 2000 - 22:14:40 MDT