Created
March 8, 2012 15:13
-
-
Save Dervall/2001447 to your computer and use it in GitHub Desktop.
I so can remember this: Count lines of code
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
This counts the number of lines in CS files. | |
find . -name '*.php' | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment