Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Created June 1, 2012 02:49
Show Gist options
  • Save alexblackie/2848274 to your computer and use it in GitHub Desktop.
Save alexblackie/2848274 to your computer and use it in GitHub Desktop.
Count the lines of code in a PHP project (Unix-only) (Rough count)
wc -l `find . -iname "*.php"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment