Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

NN Frequently Asked Questions (FAQ) with Answers
Section - 06.05 Can I save all unread articles non-interactively into a file?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Forum ]


Top Document: NN Frequently Asked Questions (FAQ) with Answers
Previous Document: 06.04 How can I change the default name of a save file?
Next Document: 06.06 Can I download news to my PC?
See reader questions & answers on this topic! - Help others by sharing your knowledge
Date: Sun, 2 Jun 1991 21:56:45 -0700

  (See "Can I download news to my PC?").

From: Gerald Oskoboiny <gerald@amisk.cs.ualberta.ca>
Date: Sun, 2 Jun 1991 21:56:45 -0700

  Yes, use the nnbatch(1) program.

  First, define an init file to select and save the articles.  For example:

	set flow-control false
	unset embedded-header-escape

	on entry talk.bizarre
		'=' "^" 'S' "~/collected/$N" '+'
	end

	sequence
	talk.bizarre

  Then use nnbatch with this init file:

	nnbatch -Iinit2 talk.bizarre 2>&1 > /dev/null

  The above setup saves the entire newsgroup, but you could easily
  change it to use auto-selection with a killfile. Maybe:

	on entry comp.*
		'S' "+$G/$N" '+'
	end
  

User Contributions:

Comment about this article, ask questions, or add new information about this topic:

CAPTCHA




Top Document: NN Frequently Asked Questions (FAQ) with Answers
Previous Document: 06.04 How can I change the default name of a save file?
Next Document: 06.06 Can I download news to my PC?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
Sascha Geschwandtner <elfishranger@gmx.de>





Last Update November 21 2011 @ 01:00 PM