* Mike Dresser <[EMAIL PROTECTED]> [2001.11.16 09:30:15-0500]: > What program would i use to remove old messages automatically once a month > or something? > > Although, I suspect some ls -l magic with a sort piped into rm would work > ;)
find . -ctime 60 | xargs rm -f check before doing it. -- martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" [EMAIL PROTECTED] click the start menu and select 'shut down.'
pgpUMW1RqefTf.pgp
Description: PGP signature

