From owner-freebsd-questions@FreeBSD.ORG Sat May 30 16:25:21 2009 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 5327D106566B for ; Sat, 30 May 2009 16:25:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 83B368FC16 for ; Sat, 30 May 2009 16:25:20 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4UGPDQd018943; Sat, 30 May 2009 18:25:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4UGPDTN018940; Sat, 30 May 2009 18:25:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 30 May 2009 18:25:13 +0200 (CEST) From: Wojciech Puchar To: Mel Flynn In-Reply-To: <200905301812.25320.mel.flynn+fbsd.questions@mailing.thruhere.net> Message-ID: References: <200905301412.50958.mel.flynn+fbsd.questions@mailing.thruhere.net> <200905301812.25320.mel.flynn+fbsd.questions@mailing.thruhere.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: find and searching for specific expression in files 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: Sat, 30 May 2009 16:25:21 -0000 > > Cut off the message a bit later and you will see that using a '+' to terminate > the exec primitive emulates xargs behavior: thanks. i didn't know that > > On Saturday 30 May 2009 14:12:50 Mel Flynn wrote: >> I use + rather then ; so that one >> invocation for grep is done whenever maxarglen is hit (like if you used >> xargs(1)), rather then one grep per file. > > -- > Mel > >