From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 13:07:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39867106564A for ; Wed, 5 Jan 2011 13:07:23 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 992E88FC14 for ; Wed, 5 Jan 2011 13:07:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id p05D7DYr047754; Thu, 6 Jan 2011 00:07:14 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 6 Jan 2011 00:07:13 +1100 (EST) From: Ian Smith To: Chad Perrin In-Reply-To: <20110105120012.26D6710656E0@hub.freebsd.org> Message-ID: <20110105234451.T49334@sola.nimnet.asn.au> References: <20110105120012.26D6710656E0@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: a perl question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 13:07:23 -0000 In freebsd-questions Digest, Vol 344, Issue 4, Message: 14 On Tue, 4 Jan 2011 23:24:01 -0700 Chad Perrin wrote: > On Tue, Jan 04, 2011 at 09:33:03AM -0800, Randal L. Schwartz wrote: > > >>>>> "Patrick" == Patrick Bihan-Faou writes: > > > > Patrick> cat asdf.txt | grep -v XYZ | grep -v bla > > > > And yet, you still have the "Useless Use of Cat". > > The weirdest thing about most useless uses of cat is that not using cat > would actually be a little clearer and involve fewer keystrokes -- as in > this case. Do you know of any 'less useless' or more economical way to do such as: % cat /boot/boot1 /boot/boot2 | diff - /boot/boot % ?, Ian