Does anyone know of a tool that will given a cron string for example * * * 1 * * tell you what that string translates to?
I know it's not rocket science but I want to be sure that I'm constructing the correct interval for a scheduled task.
It is a wildcard for every part of the cron schedule expression. So * * * * * means every minute of every hour of every day of every month and every day of the week .
A cron expression is a string consisting of six or seven subexpressions (fields) that describe individual details of the schedule. These fields, separated by white space, can contain any of the allowed values with various combinations of the allowed characters for that field.
You can stop a single cron job by removing its line from the crontab file. To do that, run the crontab -e command and then delete the line for the specific task. Alternatively, you can stop the cron job by commenting it out in the crontab file.
Just found this, was exactly what I was looking for and it seems like what you want too: http://cronchecker.net/
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