Cron jobs to clean up old logs
I've often found that I want to be able to periodically delete files older than a certain age from a given directory, so that disks don't slowly fill up with logs or other temporary data. The approach I've used to do this under Linux is a… more »