delete files with specific age

Posted . Visible to the public.

find . -type d -ctime +60 -exec rm -rf {} +

Andreas Wagner
Tags
Posted by Andreas Wagner to Toolbox Cash on Go's deck (2015-06-15 13:49)