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