On Fri, 11 Jan 2013 15:30:54 -0500 James Cloos <cl...@jhcloos.com> wrote:
> Or, just: > > :; find /var/db/pkg -name CONTENTS | xargs -0 grep -l /usr/lib/udev/ > | awk -F/ '{print "=" $5 "/" $6}' | xargs emerge -pv > > which should be fastest. The original command runs quicker than the time it takes to parse your's by eye :-) I'm asking myself what is more valuable - insanely cheap cpu cycles or this here human's drinking time. And I already know the answer, doubly so as it's a once-off one-liner :-) -- Alan McKinnon alan.mckin...@gmail.com