(echo "0 0 * * * find /logs. -mmin +1440 -type f -delete" ; crontab -l)| crontab
shell脚本--直接用命令写入自动任务的方法
最新推荐文章于 2023-05-02 15:00:39 发布
(echo "0 0 * * * find /logs. -mmin +1440 -type f -delete" ; crontab -l)| crontab