linux下统计源码行数 find . -type f | xargs cat | wc -l find . -name *.[hcs] -not -regex '\./\.git.*' | xargs cat | wc -l