Linux下一些常用的Shell脚本整理 如何计算当前目录下的文件数和目录数 ls -l * |grep "^- "|wc -l ---- to count files Linux Shell 2022-04-03 218 点赞 3 评论 330 浏览