From owner-svn-src-user@FreeBSD.ORG Mon Aug 29 23:22:03 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27964106566B; Mon, 29 Aug 2011 23:22:03 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id CE29B8FC0A; Mon, 29 Aug 2011 23:22:02 +0000 (UTC) Received: by gyd10 with SMTP id 10so6284059gyd.13 for ; Mon, 29 Aug 2011 16:22:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2RDMj/dWDx9dxeipu/shEWIrQHqSEfEbS1gXKOTdx94=; b=dmLpCxbneXlZzNC0k83DFjS4V4WfddNnxV8rSPpv/gwR/835P+R4tsUCBBmfHdEDN2 lZfkTIgZacvfGGZyEXuXaoVtNS/zfSELF4/piIMlf0J8Rph3YSiObNwWx6e29LFnIPR6 vBsjPs2CoP6tSbLsrs0gzkFyyjNt6S3tVMOvo= MIME-Version: 1.0 Received: by 10.236.116.194 with SMTP id g42mr29286810yhh.0.1314658752678; Mon, 29 Aug 2011 15:59:12 -0700 (PDT) Received: by 10.236.103.5 with HTTP; Mon, 29 Aug 2011 15:59:12 -0700 (PDT) In-Reply-To: <201108292036.p7TKaLgL011686@svn.freebsd.org> References: <201108292036.p7TKaLgL011686@svn.freebsd.org> Date: Mon, 29 Aug 2011 18:59:12 -0400 Message-ID: From: Ben Kaduk To: Gabor Kovesdan Content-Type: text/plain; charset=ISO-8859-1 Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r225251 - user/gabor/grep/trunk X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2011 23:22:03 -0000 On 8/29/11, Gabor Kovesdan wrote: > Author: gabor > Date: Mon Aug 29 20:36:21 2011 > New Revision: 225251 > URL: http://svn.freebsd.org/changeset/base/225251 > > Log: > - Add support for xz[ef]?grep (1) and lz[ef]?grep. The former handles > xz(1) > compressed files and the latter lzma(1) compressed files. The -X and -M > command-line options can also be used respectively. > Is there a reason to not make just a single zgrep(1) binary that can tell what compression algorithm is in use and choose it as appropriate? It seems like that would be more convenient from a user's perspective. -Ben Kaduk