代码量统计

find . -name "*.java" -or -name "*.xml"|xargs grep -v "^$"|wc -l

原文地址:https://www.cnblogs.com/wanhua-wu/p/7649883.html