统计代码行数命令

 

find . -name *.cpp  -exec wc -l  {} \; | awk '{s+=$1}END{print s}'

posted on 2021-04-07 16:04  不忘初衷,方能致远  阅读(44)  评论(0编辑  收藏  举报

导航