find命令行:
find . -name "*.cs" -o -name "*.js" | xargs wc -l
cloc工具:
cloc .
https://github.com/AlDanial/cloc
https://www.zhihu.com/question/22004842
find命令行:
find . -name "*.cs" -o -name "*.js" | xargs wc -l
cloc工具:
cloc .
https://github.com/AlDanial/cloc
https://www.zhihu.com/question/22004842
相关文章: