分钟以特定数字结尾时的 crontab 设置

发布于 2024-11-10 01:18:33 字数 146 浏览 0 评论 0原文

只是对以下分钟间隔的缩短版本感兴趣:

5,15,25,35,45,55

8,18,28,38,48,58

我知道它们本质上是相同的,只是结尾数字不同。

谢谢。

Just interested in the shortened version of the following for the minutes interval:

5,15,25,35,45,55

8,18,28,38,48,58

I know they essentially the same, just a different ending digit.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

舞袖。长 2024-11-17 01:18:33

最初问题中的定义尽可能简短。

The definition in the initial question is as short as it can be made.

盛装女皇 2024-11-17 01:18:33

这应该可以解决问题:

5,15,25,35,45,55 * * * * yourcommand

8,18,28,38,48,58 * * * * yourcommand

This should do the trick:

5,15,25,35,45,55 * * * * yourcommand

8,18,28,38,48,58 * * * * yourcommand
疯狂的代价 2024-11-17 01:18:33

只需在“分钟”字段中输入 8、18、28、38、48、58 等即可。

IE:

8,18,28,38,48,58 * * * * /path/to/command

Just put 8,18,28,38,48,58 etc in the 'minutes' field.

Ie:

8,18,28,38,48,58 * * * * /path/to/command
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文