Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!ukc!stl!jvc From: jvc@stl.UUCP (Vic Churchill) Newsgroups: net.sources Subject: Splitting up your newsgroups Message-ID: <287@stl.UUCP> Date: Fri, 16-May-86 09:34:19 EDT Article-I.D.: stl.287 Posted: Fri May 16 09:34:19 1986 Date-Received: Sun, 18-May-86 15:04:16 EDT Reply-To: jvc@stl.UUCP (Vic Churchill) Distribution: net Organization: STL,Harlow,UK. Lines: 35 I used to find that there were some newsgroups that I just never got round to reading because they were so far down my .newsrc... until I saw the light. The following csh hack gives you a different .newsrc each day of the week ; you split your .newsrc into five pieces .newsrc. and then select the appropriate one for the day. That way there is some chance that you can keep up with the smaller number of groups. ***** put this in your .login **** set today=`date` set todays_newsrc=.newsrc.`echo $today | sed "s/^\(...\).*/\1/"` ln `echo $todays_newsrc` .newsrc alias rn ~/.my.rn ***** afterwards: ***** put this in .my.rn **** #! /bin/csh -f rn set today=`date` set todays_newsrc=~/.newsrc.`echo $today | sed "s/^\(...\).*/\1/"` echo Copying .newsrc to `echo $todays_newsrc` ... cp ~/.newsrc `echo $todays_newsrc` ***** Bugs: don't be reading news at midnight. Also, you see things twice if the same newsgroup appears on two different days. -- the main educational value of kids' toys is to give them experience of clearing things up when they've finished. Vic Churchill (jvc@stl ...!mcvax!ukc!stl!jvc +44-279-29531 x 2546)