Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66E52C1D2 for ; Tue, 7 Aug 2012 02:02:29 +0000 (UTC) Received: (qmail 14806 invoked by uid 500); 7 Aug 2012 02:02:28 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 14735 invoked by uid 500); 7 Aug 2012 02:02:28 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 14723 invoked by uid 99); 7 Aug 2012 02:02:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 02:02:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ctubbsii@gmail.com designates 209.85.213.41 as permitted sender) Received: from [209.85.213.41] (HELO mail-yw0-f41.google.com) (209.85.213.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 02:02:22 +0000 Received: by yhr47 with SMTP id 47so3575218yhr.0 for ; Mon, 06 Aug 2012 19:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vvFluO5PmC7uT0ySXemtap6ihduTAgpB7ReMIBdWgVQ=; b=jJLzWdZ1FEMLY/uA+A90jP8zQUPUFvjrrOBc1CJTpINH2vsnV3m/0yesBONGgk5iBf lcHgDam1LsvvX7k/Ez2KDHSDo/pTrMAYR5jBcvoSfbRVysY2T96WZA7nIYvxPMqc2xGW 3Y/BwR1GCa3zB72O5SNFDVCOde/pq0Jk69NyYMOaEms1rLyx3sslLOUBqhu+J5LdQ6tT 9m8U6WzVsdhTvdO/LBv1EUZpgsiPOFXu6AkIJtNJZ2JyccL8koomnWO6dO8XpnNzGakz nTDtcg0VEfuZ8/6YpO1Q5yqT/Ors5X1KqMGD6Qq61UI61gr6eJnwcWSs0OXg4GQPJ/fk 72eQ== MIME-Version: 1.0 Received: by 10.50.94.228 with SMTP id df4mr7020931igb.34.1344304921004; Mon, 06 Aug 2012 19:02:01 -0700 (PDT) Received: by 10.64.57.106 with HTTP; Mon, 6 Aug 2012 19:02:00 -0700 (PDT) In-Reply-To: References: <751586763.199531.1343413258369.JavaMail.root@linzimmb04o.imo.intelink.gov> Date: Mon, 6 Aug 2012 22:02:00 -0400 Message-ID: Subject: Re: egrep usage - 1.3.4 From: Christopher Tubbs To: user@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 +1 for "-g" / "--global" option. --L On Mon, Aug 6, 2012 at 5:37 PM, David Medinets wrote: > +1 to add an option instead of using egrep2. > > On Mon, Aug 6, 2012 at 3:41 PM, Keith Turner wrote: >> Instead of a new command, we could add an option to the egrep command, >> like -f. When the -f option is present it will set the option on the >> RegExFilter to use find().