Ad

lincoln
asked Oct 10 2017
Answer
you just use following command for remove the last 10 days files,
find /directory/path/ -mtime -10 -type f -exec rm -rf {} \;

piraisudanrajendran
asked Oct 10 2017
edited Oct 05 2018
How to use find command for removing old files
How to use find command for check and remove the old files into the directory