Linux 统计代码行数命令

wc -l `find . -name '*.js'`

wc -l `find . -regex ".*.js"`