摘要: for f in *.txt ; do echo $f ;grep -rn 'lzm' $f | wc -l; done 阅读全文
posted @ 2022-09-27 13:15 katago 阅读(23) 评论(0) 推荐(0)