http://qs321.pair.com?node_id=417602


in reply to Re^4: Apache::CacheContent and unforeseen side effects
in thread Apache::CacheContent and unforeseen side effects

find -daystart -mtime +1 -exec rm -rf \{\} \;
...will delete any files over a day old (from the start of today).