Skip to content

Instantly share code, notes, and snippets.

@renekann
Created August 1, 2015 09:48
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 renekann/42aea8b976deb1408a1b to your computer and use it in GitHub Desktop.
Save renekann/42aea8b976deb1408a1b to your computer and use it in GitHub Desktop.
find . "(" -name "*.m" -or -name "*.h" -or -name "*.mm" -or -name "*.cpp" ")" -print0 | xargs -0 wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment