Skip to content

Instantly share code, notes, and snippets.

@Dervall
Created March 8, 2012 15:13
Show Gist options
  • Save Dervall/2001447 to your computer and use it in GitHub Desktop.
Save Dervall/2001447 to your computer and use it in GitHub Desktop.
I so can remember this: Count lines of code
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