📌  相关文章
📜  linux 目录中的目录数 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:16.607000             🧑  作者: Mango

代码示例1
# this is the answer without using find
ls -lR | grep ^d | wc -l