shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shell Interessante


From: Tiago Barcellos Peczenyj
Subject: Shell Interessante
Date: Tue, 7 Nov 2006 04:25:02 -0200

Olhando um blog por ai encontrei isto:

http://www.pixelbeat.org/docs/google_stars.html

printf "$%'d\n" $((
 $(
   wget -q -O- http://code.google.com/soc/ |
   sed -n 's#.*href="/\(soc/.*/about.html\)".*#\1#p' |
   while read proj; do
       wget -q -O- http://code.google.com/$proj |
       grep -F '<div class=extern_app>'
   done |
   wc -l
 )
 *5000
))

De cair o queixo...
... mas algo me diz que pode ficar ainda menor  :)

--
Tiago B Peczenyj
Linux User #405772

# cd /pub
# more beer


reply via email to

[Prev in Thread] Current Thread [Next in Thread]