From owner-freebsd-questions Sat Feb 8 21:24:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70DE637B401 for ; Sat, 8 Feb 2003 21:24:22 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D2243FBD for ; Sat, 8 Feb 2003 21:24:21 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h195OLqF098987; Sat, 8 Feb 2003 23:24:21 -0600 (CST) (envelope-from dan) Date: Sat, 8 Feb 2003 23:24:21 -0600 From: Dan Nelson To: Doug Poland Cc: questions@FreeBSD.ORG Subject: Re: text processing, excluding common lines Message-ID: <20030209052421.GF5356@dan.emsphone.com> References: <20030209050856.GA55816@babylon.polands.org> <20030209052236.GE5356@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030209052236.GE5356@dan.emsphone.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Feb 08), Dan Nelson said: > cat fileA fileB | sort | comm -13 - fileC Or to preempt someone marking this with a "useless use of cat" stamp: sort fileA fileB | comm -13 - fileC -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message