Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/3/85; site ukma.UUCP Path: utzoo!watmath!clyde!cbosgd!ukma!david From: david@ukma.UUCP (David Herron, NPR Lover) Newsgroups: net.news Subject: Re: Why digests are GOOD! Message-ID: <2123@ukma.UUCP> Date: Wed, 4-Sep-85 15:39:54 EDT Article-I.D.: ukma.2123 Posted: Wed Sep 4 15:39:54 1985 Date-Received: Thu, 5-Sep-85 11:16:21 EDT References: <5524@fortune.UUCP> Reply-To: david@ukma.UUCP (David Herron, NPR Lover) Distribution: net Organization: Univ. of KY Mathematical Sciences Lines: 39 In article <5524@fortune.UUCP> boozer@fortune.UUCP (Glenn Boozer) writes: > I just send it to the printer, read it at my desk, and file it for >future reference. ... > I print out each digest and circulate it within the >department/building. There are many neophyte computer users that benefit from >the pass-along digets. Can't you write a tiny piece of software to "digest" each day's messages and print it out? It's easy. Trust me. Sys file: pcdigest:net.micro.pc:F:/usr/spool/outnews/pcdigest Then a shell file: #! /bin/sh # pcdigest.sh -- grab articles from net.micro.pc and digest them cat /tmp/digest$$ for file in `cat /usr/spool/outnews/pcdigest` do ( cat $file ; echo ; echo ----------- ) >>/tmp/digest$$ done lpr /tmp/digest$$ Which, I admit is rather crude as I just thought of it, but the basic idea is there. Similar things can be done if you're on arpa and receive net.micro.pc as info-pc, make your local info-pc address be an alias to a program. You're denying us the full use of rn for those newsgroups. -- --- David Herron --- ARPA-> ukma!david@ANL-MCS.ARPA --- UUCP-> {ucbvax,unmvax,boulder,oddjob}!anlams!ukma!david --- {ihnp4,decvax,ucbvax}!cbosgd!ukma!david Hackin's in me blood. My mother was known as Miss Hacker before she married!