Loading

代码行数统计工具

find命令行:

find . -name "*.cs" -o -name "*.js" | xargs wc -l

cloc工具:

cloc .

https://github.com/AlDanial/cloc
https://www.zhihu.com/question/22004842

posted @ 2020-08-06 20:06  wswind  阅读(625)  评论(0编辑  收藏  举报