linux下统计源码行数 find . -type f | xargs cat | wc -l find . -name *.[hcs] -not -regex \'\./\.git.*\' | xargs cat | wc -l 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-12-20 2021-10-08 2022-01-14