代码行数统计

find /demo -name "*.js" |xargs cat|grep -v ^$|wc -l

原文地址:https://www.cnblogs.com/buxizhizhoum/p/11069088.html