linux 定时清理文件

delete.sh

find /home/public_html/websites/data/runtime/log -mtime +7 -exec rm -rf {} \;

posted @ 2023-02-09 10:16  飞鹰之歌  阅读(56)  评论(0)    收藏  举报