![]()
From: Martin Schulze (joey@finlandia.Infodrom.North.DE)
Date: Tue Jan 11 2000 - 17:08:10 CST
Smolsky, Shawn J wrote:
> Hi:
>
> Is anybody aware of a web interface that assists one in purging junk / old
> messages from the archive?
> We have a lot of "upcoming meeting" messages in our archives and would like
> to purge the periodically.
cd $archive
rm -f `grep 'upcoming meeting' *|cut -d: -f1`
Regards,
Joey
PS: There's always an easier way :)
-- Unix is user friendly ... It's just picky about its friends.
![]()