★Linux命令行操作技巧(作为服务器端)

1.统计某个目录下总共有多少个文件(递归统计所有子目录)
ls -lR|grep "^-"|wc -l

原文地址:https://www.cnblogs.com/rxbook/p/5994490.html