Q
博客/wiki/知识库/文章收藏
时间轴
ALL
技术
ERP
应用
搜索
shell 删除就日志 旧文件
更新时间:
2024-04-03 06:24:55
#
shell 删除就日志 旧文件
find . *.log -type f -mtime +5 -exec rm {} ;
5天前