从perl脚本设置一个cronjob

时间:2016-11-14 16:15:21

标签: linux perl crontab

我想将以下bash脚本写入perl

('low',)

在perl中,当我转换为

#write out current crontab
crontab -l > mycron
#echo new cron into cron file
echo "00 09 * * 1-5 echo hello" >> mycron
#install new cron file
crontab mycron
rm mycron

但上面的perl不起作用。为什么?

0 个答案:

没有答案