#shell 删除就日志 旧文件

find . *.log -type f -mtime +5 -exec rm {} ;

5天前