统计目录下C代码的总行数
一行shell命令搞定 一行shell命令搞定学习了 一行shell命令搞定我经常find . | grep ".c$" | xargs wc -l还能看到每个文件多少行。。。