I read all the related questions and was unable to understand them. I am using Plesk CPanel to set cron job as it was advised by everyone.
I want to delete all files fro
I use this in a shell script...
find /some/path -mtime +7 -exec rm {} \; # delete > 7 days old