linux下查看目录下某种文件类型累计的代码行数

find 路径 -name '*.py' | xargs wc -l
原文地址:https://www.cnblogs.com/renfanzi/p/7657128.html