find . -name "*.*" -not -path "./tests*" | xargs wc -l
Created
February 13, 2015 01:47
-
-
Save vladholubiev/3e4a651164c9f6d463e6 to your computer and use it in GitHub Desktop.
How to count all the lines of code in a directory recursively?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment