Skip to content

Instantly share code, notes, and snippets.

@zhaoxiaobao
Created May 23, 2016 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhaoxiaobao/c2e3e89ef3183575a75809ca2c5e2ca2 to your computer and use it in GitHub Desktop.
Save zhaoxiaobao/c2e3e89ef3183575a75809ca2c5e2ca2 to your computer and use it in GitHub Desktop.
脚本统计oc代码行数
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