Subject: Re: How do you use vi in simh vax netbsd?
To: NetBSD/vax Mailing List <port-vax@netbsd.org>
From: Shengchao Li <lish@ee.eng.ohio-state.edu>
List: port-vax
Date: 04/04/2002 17:40:19
no export command:

: {7} export XTERM=vt100
export: Command not found.
: {8} 


On Thu, 4 Apr 2002, Brian Chase wrote:

> On Thu, 4 Apr 2002, Shengchao Li wrote:
> 
> > : {3} env TERM=xterm
> > HOME=/home/lish
> > SHELL=/bin/csh
> > TERM=xterm
> 
> I think you meant to do....
> 
>   export TERM=xterm
> 
> Running `env TERM=xterm' only sets the TERM variable for the duration of
> `env' commmand.  See `man env' for details.
> 
> -brian.
> 
>