Skip to content

Instantly share code, notes, and snippets.

@looping
Last active August 29, 2015 14:06
Show Gist options
  • Save looping/992131503c6284799e5d to your computer and use it in GitHub Desktop.
Save looping/992131503c6284799e5d to your computer and use it in GitHub Desktop.
Calc iOS & Mac App Project's Code Lines
find . -name "*.m" -or -name "*.mm" -or -name "*.h" -or -name "*.c" -or -name "*.cpp" | xargs wc -l
find . -name "*.m" -or -name "*.mm" -or -name "*.h" -or -name "*.c" -or -name "*.cpp" | xargs grep -v "^$" | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment