Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何每天每十二小时运行一次命令?试过这个不起作用:
/12 * * * * * mycommand
0 0,12 * * * yourcommand
在 0 点和 12 点执行您的命令。
*/12 * * * * your command
每小时每 12 分钟执行一次命令。