On Thursday 06 January 2005 09:39 pm, Ow Mun Heng <[EMAIL PROTECTED]> wrote: > how does one count the # of packages supported by the current portage? > > ls -laR | wc -l definately does not work > eupdatedb would work, since it counts down to 0.
find /usr/portage/*-* -mindepth 1 -maxdepth 1 | wc -l I get: 8328 -- Boyd Stephen Smith Jr. [EMAIL PROTECTED] ICQ: 514984 YM/AIM: DaTwinkDaddy -- [email protected] mailing list
