Hi! I've noticed that old files are starting to clutter up my hard drive so I put the following command into a cron job:
40 04 * * * find /var/www/web*/phptmp/* -mtime +7 -exec rm {} \;
This ...
http://www.experts-exchange.com/OS/Linux/Q_23682739.html