全称 word count

参数

-l 统计行数
-w 统计字符串(单词)
-m 统计字符

统计代码

find ./your_program_path -type f -name "*.go" -o -name "*.sh" | xargs wc -l