From owner-cvs-all@FreeBSD.ORG Tue Oct 30 07:36:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8357116A421; Tue, 30 Oct 2007 07:36:07 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id ECB9913C4B5; Tue, 30 Oct 2007 07:36:06 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.4) with ESMTP id l9U7Zfto017212; Tue, 30 Oct 2007 10:35:51 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.4/Submit) id l9U7ZBEA017165; Tue, 30 Oct 2007 10:35:11 +0300 (MSK) (envelope-from yar) Date: Tue, 30 Oct 2007 10:35:08 +0300 From: Yar Tikhiy To: Dag-Erling Sm??rgrav Message-ID: <20071030073505.GF27871@comp.chem.msu.su> References: <200710271818.l9RIIwv5041300@repoman.freebsd.org> <86odeit7qh.fsf@ds4.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86odeit7qh.fsf@ds4.des.no> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 07:36:07 -0000 On Mon, Oct 29, 2007 at 01:39:50PM +0100, Dag-Erling Sm??rgrav wrote: > Yar Tikhiy writes: > > o sed(1) as a multi-purpose text filter -- can do grep's job and much more. > > o head(1), tail(1), and tee(1) as idiomatic text filters. > > you add sed (but not grep) because sed can "do grep's job and much > more", yet you also add head and tail despite the fact that sed can do > their job as well... Sed can't do all things tail can in a straightforward way. And you seem to miss grep in /rescue. :-) -- Yar