Don Marti

Fri 28 Oct 2005 09:33:15 PM PDT

Planet cleanup

The excellent Planet feed aggregator keeps a cache of feeds you no longer subscribe to. Which is probably what you want if you just temporarily unsubscribe from something, but after a while, you can clean up with:

1 1 * * * /usr/bin/find YOUR_CACHE_DIRECTORY_HERE -mtime +7 | xargs rm -f &> /dev/null