Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!munnari!moncskermit!basser!metro!rossc From: rossc@metro.oz (Ross Cartlidge) Newsgroups: net.unix-wizards Subject: Re: comm '! sort file1' '! sort file2' Message-ID: <189@metro.oz> Date: Thu, 23-Oct-86 01:16:37 EST Article-I.D.: metro.189 Posted: Thu Oct 23 01:16:37 1986 Date-Received: Mon, 27-Oct-86 22:18:13 EST References: <6846@elsie.UUCP> <830003@hpcnoe.UUCP> <35@pixutl.UUCP> <3724@umcp-cs.UUCP> Reply-To: rossc@metro.UUCP (Ross Cartlidge) Organization: Uni of Sydney Computing Centre, Sydney AUSTRALIA Lines: 10 >ado@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`