1
我必須運行需要時間3或5分鐘的任務 如何在crontab中同時運行多個任務?在crontab中同時運行多個任務沒有延遲
crontab -e命令
0 13 * * * /etc/rip_first_radio.sh
0 13 * * * /etc/rip_second_radio.sh
0 13 * * * /etc/rip_third_radio.sh
0 13 * * * /etc/rip_fourth_radio.sh