Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utcs.UUCP Path: utzoo!lsuc!utcs!physics From: physics@utcs.UUCP (David Harrison) Newsgroups: net.unix-wizards Subject: Re: setting TERM on System Vr2 Message-ID: <433@utcs.UUCP> Date: Thu, 14-Feb-85 18:55:15 EST Article-I.D.: utcs.433 Posted: Thu Feb 14 18:55:15 1985 Date-Received: Thu, 14-Feb-85 22:10:33 EST References: <1145@aecom.UUCP> <472@rlgvax.UUCP> Reply-To: physics@utcs.UUCP (David Harrison) Distribution: net Organization: University of Toronto - General Purpose UNIX Lines: 9 Summary: The question: setting TERM for hardwired terminals. Now, we are running an HP9000, not quite Vr2 and not the native OS besides. However, what it does do is run shell scripts faster than anything I am familiar with. So we have a case `tty` in in /etc/profile, and viola. For our dialup port the corresponding case reads: echo "TERM=\c" read TERM So, if your shell goes like our HP, that's the easy way to do it. If your shell scripts are slow, Guy Harris' solution is better.