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