Created
November 5, 2018 17:58
-
-
Save BohdanOrlov/c10df3b089ce44f99f48a4c6b576ed23 to your computer and use it in GitHub Desktop.
Total lines of code
This file contains 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 . \( -iname Pods -prune \) -o \( -iname \*.m -o -iname \*.mm -o -iname \*.h -o -iname \*.swift \) -print | sed -e 's/"/"\\""/g' -e 's/.*/"&"/' | xargs wc -l | awk '/total/{k+=$1}END{print k,"total"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment