searching for group names

Dan Jacobson <[email protected]> Fri, 15 Oct 2004 02:36:23 +0800
Newsgroups gmane.network.noffle.user
Message-ID <[email protected]>
Gentlemen, today we shall discuss searching for group names. E.g.,
let's ask noffle what is the full name of that shortwave group.

I see I have written a bash function to do this:
noffle_search_group ()
{
    noffle -g | awk -F\\t '$1~'/$@/'{print $6,$1}' | sort -k 2
}
e.g.,
$ noffle_search_group shortwave
y rec.radio.shortwave

The problem is it is computationally expensive, judged by how long it
takes, at least on initial run.

Therefore, one wonders if instead inside noffle itself, with its vast
computational capabilities, such searching could be done, as a new
feature?


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl