I need to run a script to empty out my SpamAssassin spam box - specifically, it should empty mails older than 30 days:
find path -mtime +30 -exec rm {} \;
My question is - what do I need to r...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/sh/Q_23603799.html
Zones:
sh,
bashDate Answered: 07/29/2008 Grade: A Views: 7