Skip to content

Instantly share code, notes, and snippets.

@wanderwaltz
Created April 4, 2013 06:30
Show Gist options
  • Save wanderwaltz/5308302 to your computer and use it in GitHub Desktop.
Save wanderwaltz/5308302 to your computer and use it in GitHub Desktop.
Count Number of Lines in Xcode project
find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" ")" -print| xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment