home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
479a.lha
/
barn_v2.01
/
trim.sksh
< prev
Wrap
Text File
|
1991-02-10
|
199b
|
7 lines
# Delete news articles over one day old.
lc:touch .news* arn.config trim.sksh
lc:touch save/*
find uunews: -name "KILL*" -exec lc:touch "{}" ";"
find uunews: -mtime +1 -type f -exec delete "{}" ";"