Am Sun, 27 Sep 2009 18:20:52 +0200
schrieb Francesco Talamona <francesco.talam...@know.eu>:

> On Sunday 27 September 2009, James wrote:
> > Neil Bothwick <neil <at> digimed.co.uk> writes:
> > >>>  Portage deletes these
> > >>>
> > > > > after emerge @preserved-rebuild has successfully re-emerged
> > > > > packages depending on it.
> > > >
> > > > OK, so now I just have to root it out manually.....?
> > >
> > > qfile -o $(find /lib* /usr/lib*)
> >
> > qfile -o $(find /lib* /usr/lib*)
> >
> > bash: /usr/bin/qfile: Argument list too long
> >
> >
> > Now what? I look at the man page for qfile and tried
> > all the -m option, but still get the same error?
> >
> >
> > ideas?
> >
> >
> > James
> 
> for i in $(find /lib* /usr/lib*) ; do qfile -o $i ; done
> 
> Ciao
>   Francesco
> 

It would be much faster to use

        find /lib* /usr/lib* | qfile -o -f -

instead (see "man qfile").

HTH
-- 
Marc Joliet
--
Lt. Frank Drebin: "It's true what they say: cops and women don't mix. Like
eating a spoonful of Drāno; sure, it'll clean you out, but it'll leave you
hollow inside."

Attachment: signature.asc
Description: PGP signature

Reply via email to