Re: noffle-newgroups -- show new groups added in the last $1 days

Dan Jacobson <[email protected]> Thu, 30 Oct 2003 10:08:02 +0800
Newsgroups gmane.network.noffle.user
Message-ID <[email protected]>
I have topped Carles's solution with
http://jidanni.org/comp/ppp/noffle-newgroups , i.e.:
echo newgroups $(date +%Y%m%d\ %H%M%S -d "$1 days ago")|
netcat -q 22 localhost 119|
awk '/^\./{next};{sub(/\r/,"")};/^[0-9]+ /{print;next};{print $NF,$1}'|
sort -k 2


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/