Gentoo Archives: gentoo-user

From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Finding orphaned libs
Date: Tue, 09 Jun 2009 14:15:25
Message-Id: 4a2e6e79.8DYJqX0piriUgk/j%Joerg.Schilling@fokus.fraunhofer.de
In Reply to: Re: [gentoo-user] Finding orphaned libs by "Mickaël Bucas"
1 Mickaël Bucas <mbucas@×××××.com> wrote:
2
3
4 > > You may avoid the problem with find . -exec prog args {} +
5
6 > The right way to handle any size for the list returned by "find", is
7 > by using "xargs" :
8 >
9 > find -H /usr/lib /lib -type f | xargs -d'\n' qfile --orphans
10
11 No, this is definitely wrong: the right way to handle this is execplus
12 (since 19 years).
13
14
15 Jörg
16
17 --
18 EMail:joerg@××××××××××××××××××××××××.de (home) Jörg Schilling D-13353 Berlin
19 js@××××××××××××.de (uni)
20 joerg.schilling@××××××××××××××××.de (work) Blog: http://schily.blogspot.com/
21 URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Replies

Subject Author
Re: [gentoo-user] Finding orphaned libs Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Finding orphaned libs "Mickaël Bucas" <mbucas@×××××.com>