comm '! sort file1' '! sort file2'

Ross Cartlidge rossc at metro.oz
Thu Oct 23 16:16:37 AEST 1986


>ado at elsie.UUCP (Arthur David Olson) /  8:20 am  Sep 22, 1986 /
>...
>All fine and dandy.  But then I got to thinking. . .that what I'd *really*
>like to be able to do is use a command like
> 	comm '! sort file1' '! sort file2'

Using the "2dpipe" set of commands I sent to net.sources
the above command can be implemented by

	comm `1 sort file1` `1 sort file2`



More information about the Comp.unix.wizards mailing list