From e9ea06756a65b8ddd4eefef8bc75d93547792dc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C4=93teris=20Caune?=
+ Pro-tip!
+ On Unix-like operating systems, you can also easily access cron syntax
+ documentation by typing man 5 crontab
in shell.
+
Use {start}/{step}
to define a range with a step.
Use {start}-{end}/{step}
or */{step}
+ to define a range with a step.
0/15 |
+ */15 |
* |
* |
* |
@@ -311,7 +316,7 @@
---|---|---|---|---|
- Run every 15 minutes, starting from minute 0 + Run every 15 minutes |
In the comma-separated lists you can combine not only
- numeric values but also {start}-{end}
and {start}/{step}
- constructs.