> I need a program (csh) to do the following thing :
> Each day when I logon the vax (UNIX 4.2bsd), I just invoke it. Then, it will
> 'read' the news for me. (Assuming I have .rewsrc file) AND it will save the
> news in a file. .... Because sometime I am just too busy to sit in front
readnews -p >> newsfile
should do the job.