Last active
August 29, 2015 14:06
-
-
Save looping/992131503c6284799e5d to your computer and use it in GitHub Desktop.
Calc iOS & Mac App Project's Code Lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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