Q
博客/wiki/知识库/文章收藏
技术
ERP
时间轴
搜索
shell 删除就日志 旧文件
#
shell 删除就日志 旧文件
find . *.log -type f -mtime +5 -exec rm {} ;
5天前