Skip to content

Instantly share code, notes, and snippets.

@andrewle
Created October 6, 2009 13:16
Show Gist options
  • Save andrewle/203002 to your computer and use it in GitHub Desktop.
Save andrewle/203002 to your computer and use it in GitHub Desktop.
find . -type f -iname "*.php" -path "./controllers/*" -or -path "./models/*" -or -path "./views/*" -or -path "./tests/*" | xargs wc -l | grep 'total' | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment