find . "(" -name "*.cpp" -or -name "*.h" ")" -print | xargs wc -l 在项目目录下执行以上命令,统计C++的.h和.cpp文件中的代码行数。