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 1ME2gt-00063Y-0Y for garchives@archives.gentoo.org; Tue, 09 Jun 2009 14:52:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 104D2E051B; Tue, 9 Jun 2009 14:52:42 +0000 (UTC) Received: from mail.digimed.co.uk (82-69-83-178.dsl.in-addr.zen.co.uk [82.69.83.178]) by pigeon.gentoo.org (Postfix) with ESMTP id CDCBCE051B for ; Tue, 9 Jun 2009 14:52:41 +0000 (UTC) Received: from zaphod.digimed.co.uk (zaphod.digimed.co.uk [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.digimed.co.uk (Postfix) with ESMTPSA id 46E5A367EF6 for ; Tue, 9 Jun 2009 15:52:41 +0100 (BST) Date: Tue, 9 Jun 2009 15:52:40 +0100 From: Neil Bothwick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Finding orphaned libs Message-ID: <20090609155240.26cc396b@zaphod.digimed.co.uk> In-Reply-To: <58965d8a0906090742i559034cdoaea11bcf99e79e39@mail.gmail.com> 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> <58965d8a0906090742i559034cdoaea11bcf99e79e39@mail.gmail.com> Organization: Digital Media Production X-Mailer: Claws Mail 3.7.1cvs71 (GTK+ 2.16.1; x86_64-pc-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 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 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/zMuxf0q35O./EOIVPfZuy=p"; protocol="application/pgp-signature" X-Archives-Salt: 196561ba-e9fa-4925-a92c-381c41a09200 X-Archives-Hash: 48771c0de8026ab75809edefebb7afd1 --Sig_/zMuxf0q35O./EOIVPfZuy=p Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 9 Jun 2009 09:42:34 -0500, Paul Hartman wrote: > -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. How does this handle quoted filenames? Does -exec command "{}" + do command "file 1 file 2 file 3" or command "file 1" "file 2" "file 3" --=20 Neil Bothwick All generalizations are false, including this one. --Sig_/zMuxf0q35O./EOIVPfZuy=p Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAkoudzgACgkQum4al0N1GQOplgCcCrdtukHMoPbGdOTaVotwTjGe D38An0JCpyIiCu9vl5/nAixPdvU0Xy+B =tUW2 -----END PGP SIGNATURE----- --Sig_/zMuxf0q35O./EOIVPfZuy=p--