I'm not great with creating crons, in fact i'm quite the newbie at them!
Here's the issue:
One of my sites runs a cron which was set to every minute (i've changed that to twice an hour, for media encoding)
When the cron runs it creates 2 files each time in the /home/username/ directory
These files have names like this:
index.html.(number)
tasks_key=runaccesskey.(number)
Any suggestion on a cron task to delete every one of those files say twice a day to keep the directory clean??
Any help appreciated!
Regards!