Hello Team,
I have a script that is responsible to query a database and collect data. I need to schedule this script in the crontab to run at 07:15Hrs every monday, every month of the year. All i have managed to include in the crontab is: 15 07 * * *
This crontab line executes every day at 07:15 which is not what i want.
Any idea to schedule it run only on Mondays at 07:15?
Thanks all.