home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff473.lzh
/
CNewsSrc
/
cnews_src.lzh
/
misc
/
act.to.times
next >
Wrap
Text File
|
1990-09-16
|
335b
|
11 lines
#! /bin/sh
# act.to.times [file...] - turn an active file into a active.times file inaccurately
# =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
. ${NEWSCONFIG-/usr/lib/news/bin/config}
# export NEWSCTL NEWSBIN NEWSARTS
PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH ; export PATH
umask $NEWSUMASK
now=`getdate now`
cat $* | sed "s/ .*/ $now unknown/"