统计代码行

find –regex “.*\.\(h\|c\|cpp\)” | xargs wc -l

原文地址:https://www.cnblogs.com/cute/p/2140674.html