我需要每天工作10,12,16和20小时。我知道我可以创造4个像这样的职位:
0 10 * * * /path/to/execute/file
0 12 * * * /path/to/execute/file
0 16 * * * /path/to/execute/file
0 20 * * * /path/to/execute/file我很好奇,能不能把这些任务安排在一个cron任务中呢?
发布于 2018-10-30 09:47:17
https://stackoverflow.com/questions/53060775
复制相似问题