home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / newscnt / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.4 KB  |  30 lines

  1. Here is a little utility that I hope others will find as useful as I
  2. have.  Ever since I started to read the net, I have wanted a means to
  3. determine how much news is waiting for me before I dive into it.  When
  4. the "wn" program came across net.sources a couple months ago, I thought
  5. my problem was solved.  Unfortunately, that program didn't do what I
  6. wanted; I am not interested in knowing all of the unread news on the
  7. system but only the news groups that I read. Consequently I decided to
  8. write "newscnt."
  9.  
  10. Newscnt makes use of your .newsrc file and the system's
  11. /usr/lib/news/active file to determine your unread news in much the
  12. same way that readnews or vnews does.  It looks at your "option" line
  13. in .newsrc to determine the news groups that interest you and then
  14. build the structures it needs to count your unread articles.  By
  15. default, newscnt only returns a total, but with the "-a" option it will
  16. give you a breakdown by newsgroup.  A manual page is included that
  17. describes all the bells and whistles.
  18.  
  19. Newscnt uses the "scanargs" argument parser that was distributed quite
  20. some time ago on this net.  I have included a copy in this distribution
  21. for those who don't have one.
  22.  
  23. Any bug reports, suggestions for improvement, other complaints or even
  24. praise should be sent to:
  25.     Glen A. Taylor
  26.     ihnp4!inuxd!gat
  27.     AT&T (Consumer Products Division)
  28.     P.O. Box 1008
  29.     Indianapolis, IN 46206    (317) 845-3709
  30.