@@ -235,16 +235,16 @@ The format also includes extended `vixie cron` step values. As explained in the
235
235
236
236
<!--
237
237
> Step values can be used in conjunction with ranges. Following a range
238
- > with `` /<number>'' specifies skips of the number's value through the
239
- > range. For example, `` 0-23/2'' can be used in the hours field to specify
238
+ > with `/<number>` specifies skips of the number's value through the
239
+ > range. For example, `0-23/2` can be used in the hours field to specify
240
240
> command execution every other hour (the alternative in the V7 standard is
241
- > `` 0,2,4,6,8,10,12,14,16,18,20,22'' ). Steps are also permitted after an
242
- > asterisk, so if you want to say `` every two hours'' , just use `` */2'' .
241
+ > `0,2,4,6,8,10,12,14,16,18,20,22` ). Steps are also permitted after an
242
+ > asterisk, so if you want to say " every two hours" , just use `*/2` .
243
243
-->
244
244
245
- > 步长可被用于范围组合。范围后面带有 `` /<数字>'' 可以声明范围内的步幅数值。
246
- > 例如,`` 0-23/2'' 可被用在小时域来声明命令在其他数值的小时数执行( V7 标准中对应的方法是 `` 0,2,4,6,8,10,12,14,16,18,20,22'' )。
247
- > 步长也可以放在通配符后面,因此如果你想表达 `` 每两小时'' ,就用 `` * /2'' 。
245
+ > 步长可被用于范围组合。范围后面带有 ` /<数字> ` 可以声明范围内的步幅数值。
246
+ > 例如,` 0-23/2 ` 可被用在小时域来声明命令在其他数值的小时数执行( V7 标准中对应的方法是` 0,2,4,6,8,10,12,14,16,18,20,22 ` )。
247
+ > 步长也可以放在通配符后面,因此如果你想表达 " 每两小时" ,就用 ` */2 ` 。
248
248
249
249
{{< note >}}
250
250
<!--
0 commit comments