gpt4 book ai didi

linux - Crontab 作业输出到文件

转载 作者:太空宇宙 更新时间:2023-11-04 11:43:15 24 4
gpt4 key购买 nike

在我的 crontab 中我有这个

* * * * * /users/abcd/runme.sh >> /mnt/ansible/logs/runme.log

是否可以使用类似的方式将日期附加到文件中?我尝试了几种不同的变体,但都没有成功。

* * * * * /users/abcd/runme.sh >> /mnt/ansible/logs/runme_`date +%F`.log

最佳答案

试试这个。

始终有效。 * * * * */users/abcd/runme.sh >>/mnt/ansible/logs/runme_$(date +%Y%m%d%H%M).log

那行得通。

关于linux - Crontab 作业输出到文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58632627/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com