home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / util / queuelen.tay < prev    next >
Text File  |  1994-11-30  |  260b  |  11 lines

  1. #! /bin/sh
  2. # Find size of current queue of news outbound to $1.  Taylor version.
  3.  
  4. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  5. . ${NEWSCONFIG-/etc/news/bin/config}
  6.  
  7. PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH ; export PATH
  8. umask $NEWSUMASK
  9.  
  10. uustat -s $1 -c rnews | wc -l
  11.