统计一个文件夹下文件或文件夹的个数 2020-06-24 本文已影响0人 安申 1.ll | wc -l image.png 获得到的数量加上了现在的文件夹,即真实文件夹数据应该减1 2.ls || wc -l image.png