home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / CNEWS / _CNEWS.TAR / usr / lib / newsbin / maint / newsfrom < prev    next >
Encoding:
Text File  |  1994-09-02  |  312 b   |  11 lines

  1. #! /bin/sh
  2. # newsfrom - get pathnames of articles arriving between two dates
  3.  
  4. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  5. . ${NEWSCONFIG-/var/lib/news/bin/config}
  6.  
  7. PATH=$NEWSCTL/bin:$NEWSBIN/maint:$NEWSBIN:$NEWSPATH ; export PATH
  8. umask $NEWSUMASK
  9.  
  10. histfrom "$@" | tr . / | sed 's/.*    //;s/ .*//;s:^:'"$NEWSARTS"'/:'
  11.