参考了:http://blog.jkey.lu/the-commond-about-statistics-the-lines-of-code-in-linux/
# 统计当前目录所有 cpp 文件,不包括空行 find . -name "*.cpp" |xargs cat|grep -v ^$|wc -l
参考了:http://blog.jkey.lu/the-commond-about-statistics-the-lines-of-code-in-linux/
# 统计当前目录所有 cpp 文件,不包括空行 find . -name "*.cpp" |xargs cat|grep -v ^$|wc -l
相关文章: