home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / maint / act.to.times next >
Text File  |  1994-08-25  |  323b  |  11 lines

  1. #! /bin/sh
  2. # act.to.times [file...] - turn an active file into a active.times file inaccurately
  3. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  4. . ${NEWSCONFIG-/etc/news/bin/config}
  5. # export NEWSCTL NEWSBIN NEWSARTS
  6. PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH ; export PATH
  7. umask $NEWSUMASK
  8.  
  9. now=`now`
  10. cat $* | sed "s/ .*/ $now unknown/"
  11.