Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.cog-eng,comp.unix.xenix,comp.unix.wizards Subject: Re: Request for human interface design anecdotes Message-ID: <9347@mimsy.UUCP> Date: Fri, 13-Nov-87 08:09:50 EST Article-I.D.: mimsy.9347 Posted: Fri Nov 13 08:09:50 1987 Date-Received: Sun, 15-Nov-87 09:09:32 EST References: <1721@spar.SPAR.SLB.COM> <1621@megatest.UUCP> <9332@mimsy.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 15 Xref: mnetor comp.cog-eng:285 comp.unix.xenix:1138 comp.unix.wizards:5451 In article <9332@mimsy.UUCP> I wrote >... The shells (csh, sh; I have not tried ksh) perform `<' and `>' >redirection before `*' expansion. Correction: only `csh' does this. > % cat * > together This is also a bad example, as `cat' explicitly checks each input file against cat's standard output, to prevent loops. Using something like `soelim' that does not have such checks will cause such a loop. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris