find /path/to/files -type d -mtime +90 | xargs rm -rf
Find directories older than 90 days and remove (recursively)
November 29th, 2008 | Posted in Linux | No Comments
No Comments to “Find directories older than 90 days and remove (recursively)”
There are no comments yet, add one below.
else : ?>Comments are closed.