home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / util / staleness < prev    next >
Text File  |  1994-08-17  |  250b  |  9 lines

  1. #! /bin/sh
  2. # extract staleness in days from $NEWSCTL/explist
  3.  
  4. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  5. . ${NEWSCONFIG-/etc/news/bin/config}
  6. PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH; export PATH
  7.  
  8. exec awk '$1 == "/expired/" { print $3 }' $NEWSCTL/explist
  9.