Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site mhuxl.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!mhuxl!smh From: smh@mhuxl.UUCP (henning) Newsgroups: net.unix,net.wanted.sources,net.micro.mac Subject: Re: Automated shell program to save news. Message-ID: <442@mhuxl.UUCP> Date: Thu, 9-Jan-86 08:27:44 EST Article-I.D.: mhuxl.442 Posted: Thu Jan 9 08:27:44 1986 Date-Received: Fri, 10-Jan-86 05:17:08 EST References: <1196@princeton.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 20 Xref: watmath net.unix:6786 net.wanted.sources:1718 net.micro.mac:4009 **** **** From the keys of Steve Henning, AT&T Bell Labs, Reading, PA mhuxl!smh > I need a 'script' or program to do the job {read my news} > (background or foreground doesn't matter) for me so that later (probably > one or two weeks later!) I can look at the saved file. The following is a script that I use on system V release 2 which I start and then each day it mails me all the news from net.micro.mac. The easy way I stop it is to change its name from readmac to macread for 25 hours. # readmac: reads news in net.micro.mac and mails it to smh each day. readnews -pn net.micro.mac | mail smh at now + 1 day < readmac I only use this when I am on vacation since I haven't figured out how to conveniently page through each article like vnews or readnews. Since our system only keeps news for 3 or 4 days, a program like this is a newssaver:-) One could invoke it as 'readnews -p | mail login' if you wanted to use your .newsrc, but I don't save all my regular news, just mac news.