以下示例是关于Whatever中包含crontab片断用法的示例代码,想了解crontab片断的具体用法?crontab片断怎么用?crontab片断使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。
#* * * * * command to be executed
#- - - - -
#| | | | |
#| | | | +----- day of week (0 - 6) (Sunday=0)
#| | | +------- month (1 - 12)
#| | +--------- day of month (1 - 31)
#| +----------- hour (0 - 23)
#+------------- min (0 - 59)
本文地址:https://www.itbaoku.cn/snippets/785374.html