Jiri Baum <[EMAIL PROTECTED]> writes:

> If so, then you should be able to simply delete them with an appropriate
> "find" command, perhaps from a cron job (add a file to /etc/cron.daily).
> 
> Try:
>   find . -mtime 7 -exec ls -l {} \;

find would return files wich are exactly 7 days old.
he will need to launch this each day.
I ahve seen a tool on readhat named tmpwatch which removed files older than
an amount of hours.

-- 
o-o

[EMAIL PROTECTED] (Michel Verdier)
http://www.chez.com/mverdier

Reply via email to