[Noffle-users] Re: dump all articles for given group
Brought to you by:
bears
From: Dan J. <ji...@ji...> - 2004-03-17 22:29:51
|
awk -F\\t '{print $5}' /var/spool/noffle/overview/some_group|xargs -n 1 noffle -a|grep ... works. Maybe the man page should mention that -a doesn't cause any new requests. |