----- Original Message ----- From: "Zak B. Elep" <[EMAIL PROTECTED]> To: "Philippine Linux Users Group Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 6:29 PM Subject: Re: [plug] The LIST is getting Fat! (was: Linux is getting fat)
> > yes and you are one of the top posters for july... > > > > $ lynx -source 'http://lists.q-linux.com/pipermail/plug/2004-July/author.html' | > > perl -MXML::LibXML -e 'print $_->findvalue("i") foreach (XML::LibXML->new->parse_html_fh(*STDIN)->findnodes(q!//[EMAIL PROTECTED]))' | sort | uniq -c | sort -rn | head -20 > > 30 Orlando Andico > > 24 Zak B. Elep > > 20 Andy Sy > > 12 Sacha Chua > > > > damn! That's one good perl one-liner... really good one. actually perl didnt do that to show the result because of the help of other commands (eg. uniq and sort)... you can get the same results without using perl... $ lynx -source 'http://lists.q-linux.com/pipermail/plug/2004-July/author.html'|grep "<I>"|tr -d "<I>"|uniq -c|sort -r|head -20 fooler. -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
