Bo Andresen wrote:

Heh.. this one is better ;) :
# cat /var/lib/portage/world | awk -F\/ '{system("eix -F -C "$1" -e "$2" -c | head -n 1")}'

Nah, it's NOT, because of the "Useless Use Of Cat". Even
better:

awk -F\/ '{system("eix -F -C "$1" -e "$2" -c | head -n 1")}' < 
/var/lib/portage/world

Alexander Skwar
--
Just remember, wherever you go, there you are.
                -- Buckaroo Bonzai
--
gentoo-user@gentoo.org mailing list

Reply via email to