Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

newsgroups(1) [bsd man page]

NEWSGROUPS(1)						      General Commands Manual						     NEWSGROUPS(1)

NAME
newsgroups - a program to list unsubscribed newsgroups. SYNOPSIS
newsgroups pattern flag DESCRIPTION
The newsgroups program compares your .newsrc file with the file of active newsgroups, and prints a list of unsubscribed newsgroups matching pattern. If the second argument "flag" is present, only newsgroups not found in your .newsrc are listed, and the display is not paged. If the second argument is missing, the display is paged, and an additional list of unsubscribed newsgroups occurring in your .newsrc is printed. ENVIRONMENT
DOTDIR Where to find your .newsrc, if not in your home directory. Default: $HOME HOME Your home directory. Default: $LOGDIR LOGDIR Your home directory if HOME is undefined. FILES
/usr/lib/news/active or a reasonable facsimile ${DOTDIR-{$HOME-$LOGDIR}}/.newsrc SEE ALSO
rn(1), newsrc(5) DIAGNOSTICS
BUGS
The flag argument is a kludge. LOCAL NEWSGROUPS(1)

Check Out this Related Man Page

NNTIDY(1)						      General Commands Manual							 NNTIDY(1)

NAME
nntidy - tidy your personal .newsrc file SYNOPSIS
nntidy [ -aciNQrsuv ] [ group ]... DESCRIPTION
nntidy will clean out non-existing groups, adjust obviously wrong article numbers, and remove badly formed lines from your .newsrc file. It may optionally remove ignored groups, unsubscribed groups, and groups which are not part of your presentation sequence or the groups specified on the command line. You should run nntidy if your rc file has been corrupted for some reason. OPTIONS
-a Equivalent to -cisu. -c Remove unrecognized lines. This will also remove the `options' line used by some older news readers, such as readnews(1) -i Remove entries for groups which are ignored in the database, e.g. entries marked with `X' in the GROUPS file. -r Remove entries for unsubscribed groups. -s Remove entries which are not included in the group presentation sequence defined in the init file. If one or more groups are speci- fied on the command line, entries not matched by these groups (and their subgroups etc) will be removed. Notice that depending on how you construct the presentation sequence, this may cause unsubscribed groups to be removed from .newsrc, but this will not normally happen. -u Truncate entries for unsubscribed groups, by removing the article numbers and leaving only the news group name and the `!' mark. -v Verbose operation. Reports each change made to the .newsrc file. -N No update mode. The requested operations are performed, but the result is not written back to disk. This can be used with the -v option to see whether tidying is required. -Q Quiet operation. The version information is not printed. FILES
~/.newsrc The record of read articles ~/.newsrc.tidy The original rc file before tidy SEE ALSO
nn(1), nncheck(1), nngoback(1), nngrab(1), nngrep(1), nnpost(1) nnadmin(1M), nnusage(1M), nnmaster(8) AUTHOR
Kim F. Storm, Texas Instruments A/S, Denmark E-mail: storm@texas.dk 4th Berkeley Distribution Release 6.6 NNTIDY(1)
Man Page