I need a cron job that will delete all files with these extensions (.jpg, .jpeg, .png, .pdf) in a folder (including files in subfolders, but not the subfolders themselves) twice a day. I'm using Dreamhost which allows you to customize the frequency within their UI, so I believe I just need the command.
Because the files can take a minute or two to get processed upon upload for extra safety it would be nice if the job only deleted files that were at least 5 minutes old, but that is optional.
Thank you so much for your help - I'm new to cron jobs!