标签:-name name xargs bsp style 路径 blog 代码行数 类型
find 路径 -name ‘*.py‘ | xargs wc -l
linux下查看目录下某种文件类型累计的代码行数
原文地址:http://www.cnblogs.com/renfanzi/p/7657128.html