csh aliases

Mark Brader msb at lsuc.UUCP
Wed Mar 13 10:41:40 AEST 1985


David Sherman (lsuc!dave) writes:

> 	pipe='|'
> 	sort xyz $pipe uniq

I don't think he tried it out first, somehow.  Should be:

	eval sort xyz $pipe uniq

which even I as a sh fan must admit is icky.  But then, what's wrong with "|"?

Mark Brader, lsuc!msb



More information about the Comp.unix mailing list