find
find . -name '*.md' | xargs wc -m
效果:可以统计出,每一个md文件的字符character个数,并且给出总数。
md
character
此方法,也适用于其他Linux类系统。