From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ME2X7-0004Ay-GP for garchives@archives.gentoo.org; Tue, 09 Jun 2009 14:42:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AC7EE0502; Tue, 9 Jun 2009 14:42:36 +0000 (UTC) Received: from mail-qy0-f196.google.com (mail-qy0-f196.google.com [209.85.221.196]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DDF0E0502 for ; Tue, 9 Jun 2009 14:42:36 +0000 (UTC) Received: by qyk34 with SMTP id 34so23937qyk.32 for ; Tue, 09 Jun 2009 07:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=AXx7VIEklrOQv3AwAGUQ9SJKIRqeGOnTtJcb58vYjgk=; b=vcCT76kdHIxpUTENB3Pi8mpHvcCAAtfhrWwx5+uyscP/Z2ReDcgWFcBpPyvVNRFLOi b+4OrsFvQpGvxGMrdLOHJdVS2Pc7Ax4VYE1i+ezNZn/V0UFKCRqUdlVigoaa/fLdkFXx 74uVuV72qy2xeuJ0Kh7KQ8SEHMU9asztAXH0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=XI1BXClMZWCWflDtsJvCnnrzQPxoq7PujdrNRmdJJ0anKtJRItSsNHL/SfAwzWCGCk /jPJQ6Z7HW3Gw+eR1h5ORxzun+62TAF1B+ygFerDEawRD3O1Ds7OzRCD9mQaC+zf682l D8hf2Flds/ZChusx1LHmfiUWoSAGKosC+7WEg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.136.7 with SMTP id j7mr476577ybd.253.1244558554693; Tue, 09 Jun 2009 07:42:34 -0700 (PDT) In-Reply-To: <20090609153635.41a07c5b@zaphod.digimed.co.uk> References: <200906082244.18324.alan.mckinnon@gmail.com> <20090608215408.3c4b4c91@krikkit.digimed.co.uk> <200906091533.18914.volkerarmin@googlemail.com> <4a2e6838.soOW77ywccsjFiUz%Joerg.Schilling@fokus.fraunhofer.de> <6e6572060906090708n7a149d94qa2425a0d52774e15@mail.gmail.com> <4a2e6e79.8DYJqX0piriUgk/j%Joerg.Schilling@fokus.fraunhofer.de> <20090609153635.41a07c5b@zaphod.digimed.co.uk> Date: Tue, 9 Jun 2009 09:42:34 -0500 X-Google-Sender-Auth: f219b1db6e057942 Message-ID: <58965d8a0906090742i559034cdoaea11bcf99e79e39@mail.gmail.com> Subject: Re: [gentoo-user] Finding orphaned libs From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: e6a7a173-ad35-43e5-b876-7c7f33e89c75 X-Archives-Hash: 1a01c946af5af8e573948014568c0b31 On Tue, Jun 9, 2009 at 9:36 AM, Neil Bothwick wrote: > If it's been around 19 years, why doesn't Google know anything about it? > What is it? from the manpage of "find", it even compares it to the xargs method: -exec command {} + This variant of the -exec action runs the specified command on the selected files, but the command line is built by appending each selected file name at the end; the total number of invocations of the command will be much less than the number of matched files. The command line is built in much the same way that xargs builds its command lines. Only one instance of `{}' is allowed within the command. The command is executed in the starting directory.