Skip to content

Instantly share code, notes, and snippets.

@bananita
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save bananita/31ab0aaa3d4e17f3633e to your computer and use it in GitHub Desktop.

Select an option

Save bananita/31ab0aaa3d4e17f3633e to your computer and use it in GitHub Desktop.
computing number of code lines
find . "(" -name "*.m" -or -name "*.mm" -or -name "*.h" -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