From: utzoo!decvax!ucbvax!mhtsa!alice!npoiv!npois!houxi!ihps3!harpo!utah-cs!utah-gr!thomas Newsgroups: net.bugs.2bsd Title: Re: csh and tset Article-I.D.: utah-gr.561 Posted: Sat Sep 18 11:01:12 1982 Received: Tue Sep 21 04:45:25 1982 References: ucbvax.8495 1. set echo shows what the command looks like just before it is executed. Of course, if the shell is blowing up, it might not tell you anything. 2. bracket the tset with 'set noglob', 'unset noglob'. Use the alias ts: alias ts 'unsetenv TERMCAP; set noglob; tset \!*; unset noglob'