On Wednesday 20 March 2002 13:24, Chris Howells wrote: > > My script missed 69 packages with only one bug assigned and 60 bugs which > Would you mind sending me a copy of the script? I'm interested in how you It`s only a quick hack but gives accurate count now: sum=0; wget http://bugs.kde.org/db/ix/packages.html --output-document=- | \ egrep "(bug(s)?\;|outstanding bug(s)?)" | grep -v "no " | \ cut -d\ -f 3 | cut -b 2- | \ { while read package; do let sum=sum+$package; done; echo http://bugs.kde.org lists $sum bugs.; } Bye, Steve >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<