Mac下同样有效。
1. 统计目录下所有js文件的代码行数。
find . -name '*.js' | xargs wc -l
2. 统计SVN的修改行数。
svn diff -rBeginRev:EndRev <SVN URL> | diffstat