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 13:49:31
Message-Id: 4a2e6838.soOW77ywccsjFiUz%Joerg.Schilling@fokus.fraunhofer.de
In Reply to: Re: [gentoo-user] Finding orphaned libs by Volker Armin Hemmann
1 Volker Armin Hemmann <volkerarmin@××××××××××.com> wrote:
2
3 > On Montag 08 Juni 2009, Neil Bothwick wrote:
4 > > qfile --orphans $(find -H /usr/lib /lib -type f)
5 >
6 > qfile --orphans $(find -H /usr/lib /lib -type f)
7 > zsh: argument list too long: qfile
8
9 This is not a zsh limitation but a Linux limitation.
10 You may have longer arg lists if you use Solaris ;-)
11
12 You may avoid the problem with find . -exec prog args {} +
13
14 Jörg
15
16 --
17 EMail:joerg@××××××××××××××××××××××××.de (home) Jörg Schilling D-13353 Berlin
18 js@××××××××××××.de (uni)
19 joerg.schilling@××××××××××××××××.de (work) Blog: http://schily.blogspot.com/
20 URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Replies

Subject Author
Re: [gentoo-user] Finding orphaned libs Volker Armin Hemmann <volkerarmin@××××××××××.com>
Re: [gentoo-user] Finding orphaned libs "Mickaël Bucas" <mbucas@×××××.com>