faketerm, take 2

Guy Harris guy at rlgvax.UUCP
Tue Mar 5 04:43:10 AEST 1985


> Anyway, this version of faketerm should work much better:
> 
> ...
> TERM=$term TERMCAP=/etc/termcap $*

For a little extra refinement, try "$@" in place of $* (i.e.,

	TERM=$term TERMCAP=/etc/termcap "$@"
).  That will cause all arguments to be enclosed in quotes, so that arguments
containing spaces, etc. won't be split into multiple tokens.
-- 
	Guy Harris
	{seismo,ihnp4,allegra}!rlgvax!guy



More information about the Comp.unix.wizards mailing list