第9行: | 第9行: | ||
</pre> | </pre> | ||
+ | |||
+ | =see also= | ||
+ | [https://www.cnblogs.com/AlexLeeLi/p/10373849.html 使用作业自动批量清理数据库日志文件] | ||
[[category:shell]] | [[category:shell]] |
#!/bin/bash # 删除 4月的日志 for loop in `ls | grep hello-wallet_2020-04` do echo > $loop #echo $loop done