Subject: Re: How do you use vi in simh vax netbsd?
To: None <port-vax@netbsd.org>
From: Shengchao Li <lish@ee.eng.ohio-state.edu>
List: port-vax
Date: 04/04/2002 18:01:43
works, thanks

On Thu, 4 Apr 2002, John Klos wrote:

> > no export command:
> 
> > : {7} export XTERM=vt100
> > export: Command not found.
> > : {8}
> 
> So that means you're probably running csh instead of sh. This should work:
> sh
> export TERM=vt100
> vi whatever...
> 
>