RSS feed

Find directories older than 90 days and remove (recursively)

November 29th, 2008 | Posted in Linux | No Comments

find /path/to/files -type d -mtime +90 | xargs rm -rf


No Comments to “Find directories older than 90 days and remove (recursively)”

There are no comments yet, add one below.

Comments are closed.


Leave a Comment






Categories