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...
>
>