GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NNGREP(1) FreeBSD General Commands Manual NNGREP(1)

nngrep - grep for news group names (nn)

nngrep [ -ainprsu ] [ -l ] [ pattern ]

nngrep can print various selections of the available news groups.

Without options, nngrep will list all currently subscribed newsgroups whose name matches any of the specified patterns. If no pattern is specified, all subscribed groups will be listed.

The selection of news groups against which the patterns are matches, and subsequently printed by nngrep can be limited or expanded using the following command line options and arguments:

-a
Use both subscribed and unsubscribed groups. Overrides the -u option.
-i
Use only ignored groups, i.e. which are not in the presentation sequence.
-n
Use only new groups. Notice that nn considers a group to be new until you have read at least one article in the group, or you have unsubscribed to the group. This means that even reasonable active news groups may remain "new" for quite some time if it only contains articles which are cross-posted to other groups which occur earlier in your presentation sequence.
-p
Use only groups with unread (pending) articles.
-r
Use only read groups, i.e. without unread articles.
-s
Use only groups which are in the presentation sequence.
-u
Use only unsubscribed groups.

These options can be combined if they don't logically exclude each other.

For example, to get the names of all "source" groups, you can use the command
nngrep source

You can use this to read a specific subset of news groups with nn; for example
nn `nngrep -sp source`

A long listing of the matched groups can be requested with the -l option. It will include the following information:

SUBSCR Specifies whether the group is subscribed or not (yes/no).
NEW Specifies whether the group is new or not (yes/no).
UNREAD Shows the number of unread articles in the group (if any).
SEQUENCE Shows the group's index in the presentation sequence.
GROUP The name of the group.

~/.newsrc The record of read articles
~/.nn/init The presentation sequence

nn(1), nncheck(1), nngoback(1), nngrab(1), nnpost(1), nntidy(1)
nnadmin(1M), nnusage(1M), nnmaster(8)

Kim F. Storm, Texas Instruments A/S, Denmark
E-mail: storm@texas.dk

Release 6.6 4th Berkeley Distribution

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.