This code does the trick on deleting files older than 10days But it doesn't delete the .zip files, any suggestions?
find /testftp/* -type f -mtime +1 -exec rm {} \;
|
feedback
|
|
Check permissions on the zip files. | |||
feedback
|
ls -l /path/to/the.zip? – Michał Šrajer Jan 17 at 15:58