摘要: # 修改 ./ 为指定路径即可,下面命令默认为当前目录 for i in ./*; do echo $i; find $i | wc -l; done 阅读全文
posted @ 2022-07-13 15:49 我超怕的 阅读(187) 评论(0) 推荐(0) 编辑