用户工具

站点工具


编程:shell:统计代码行数

linux shell统计代码行数

统计所有.h文件和.cpp文件
find . -name *.h -o -name *.cpp | xargs wc -l

编程/shell/统计代码行数.txt · 最后更改: 2019/10/03 21:44 由 cgoxopx