Linux查看全部子文件夹及文件的数量

find命令查看(推荐): 全部子目录的数量: [root@localhost ~]# find afish -type d | wc -l 158 [root@localhost ~]# find afish/ -type d | wc -l 158 [root@localhost ~]# find afish/* -type d | wc -l 157 --正确 结果不一样的缘由: [root
相关文章
相关标签/搜索