我想每分钟执行一次命令(SSH)。该命令是一个cURL bash,长度为1625.当我在crontabs中输入命令并保存时:
"/tmp/crontab.ijKPl1/crontab":51: command too long
errors in crontab file, can't install.
Do you want to retry the same edit? (y/n)
答案 0 :(得分:0)
serverfault上有人回答了类似的问题 - Crontab maximum command length
999个字符。
只需创建一个bash脚本并运行它,而不是在crontab中使用整个命令。