# yangguang 央广大数据 # 删除过期日志 find /data/logs/ -mtime +30 -name "*log*" -exec rm -f {} \;