Skip to content

Instantly share code, notes, and snippets.

@sn
Created February 27, 2012 06:06
Show Gist options
  • Save sn/1921824 to your computer and use it in GitHub Desktop.
Save sn/1921824 to your computer and use it in GitHub Desktop.
Counting lines of code on a POSIX system
wc -l `find . -iname "*.php"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment