[258] in netbsd-help mailing list archive
term alias
daemon@ATHENA.MIT.EDU (Brett David Rosen)
Mon Jul 10 11:59:50 1995
To: netbsd-help@MIT.EDU
Reply-To: bdrosen@MIT.EDU
Date: Mon, 10 Jul 1995 11:59:33 EDT
From: Brett David Rosen <bdrosen@MIT.EDU>
The term alias as defined in athena's global cshrc file
is:
alias term 'set noglob; unsetenv TERMCAP; eval `tset -s -I -Q - \!*`'
When i try to use this alias, ie term vt100, i get:
athena% term vt100
vt100: Command not found.
this seems to be caused by this:
athena% tset -s -I -Q - vt100
vt100
set noglob;
setenv TERM vt100;
....
where the same command on another platform outputs:
set noglob;
setenv TERM vt100 ;
...
Is this problem due to the fact that tset for netbsd is different and
the alias used is incorrect?
Brett
Brett