创建时间: 2024-04-03 06:24:55更新时间: 2024-04-03 06:24:55#shell 删除就日志 旧文件find . *.log -type f -mtime +5 -exec rm {} ; 5天前