#!/bin/bash # 删除 4月的日志 for loop in `ls | grep hello-wallet_2020-04` do echo > $loop #echo $loop done
使用作业自动批量清理数据库日志文件