Hi all,
Is there any command that'll list the newsgroups and number of articles
in each group?
I was thinking more like something I can run from a linux command line.
Il 29/03/22 20:31, Nigel Reed ha scritto:
Hi all,
Is there any command that'll list the newsgroups and number of
articles in each group?
LIST COUNTS does this:
If you have command line access to a news server that's using
traditional spool, you can probably work some find / ls / etc magic to
get what you want.
Is there any command that'll list the newsgroups and number of
articles in each group?
LIST COUNTS does this:
I was thinking more like something I can run from a linux command line.
% getlist counts | awk '{ print $1, $4 }'
for your local news server.
% getlist counts | awk '{ print $1, $4 }'
for your local news server.
On INN 2.6.4 :
"getlist" works but "getlist counts" always give this error :
getlist: unexpected server response: 501 Unknown LIST keyword
There must a configuration for counts... The local (without -h) answer
may said what to do.
"getlist" works but "getlist counts" always give this error :
getlist: unexpected server response: 501 Unknown LIST keyword
getlist -R counts
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 399 |
Nodes: | 16 (0 / 16) |
Uptime: | 30:20:49 |
Calls: | 8,327 |
Calls today: | 4 |
Files: | 13,153 |
Messages: | 5,890,137 |
Posted today: | 1 |