Page 1 of 1

delete files from a given date and prior

Posted: Tue May 08, 2007 7:45 pm
by Burrito
is it possible using shell to delete files from a given created date and earlier?

Posted: Tue May 08, 2007 10:29 pm
by Kieran Huggins
use the `find` command with the `-mtime` (or similar) option, followed by the `-exec` action