我想每天从 11:25 到 12:25 每分钟运行一次 cron。其余时间它根本不应该运行。我唯一的想法是像这样使用它
25-59/1 11 * * * /usr/bin/perl somescript.pl 0-25/1 12 * * * /usr/bin/perl somescript.pl
我确信有更优雅的解决方案,我想念。
linux cron
cron ×1
linux ×1