Can I schedule job in cron format so that it runs every 30 minutes from 6:30 am to 11:30, every day? How?
I think you will need 2 lines to achieve what you need:
30 6-11 * * * /path/to/your/command
0 7-11 * * * /path/to/your/command
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With