home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # newsfrom - get pathnames of articles arriving between two dates
-
- # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
- . ${NEWSCONFIG-/var/lib/news/bin/config}
-
- PATH=$NEWSCTL/bin:$NEWSBIN/maint:$NEWSBIN:$NEWSPATH ; export PATH
- umask $NEWSUMASK
-
- histfrom "$@" | tr . / | sed 's/.* //;s/ .*//;s:^:'"$NEWSARTS"'/:'
-