Created
May 23, 2016 12:28
-
-
Save zhaoxiaobao/c2e3e89ef3183575a75809ca2c5e2ca2 to your computer and use it in GitHub Desktop.
脚本统计oc代码行数
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment