Skip to content

Instantly share code, notes, and snippets.

@Pegolon
Created March 29, 2011 12:19
Show Gist options
  • Save Pegolon/892257 to your computer and use it in GitHub Desktop.
Save Pegolon/892257 to your computer and use it in GitHub Desktop.
Find all header and implementation files and count the loc
find Classes -name '*.[hmM]' -print0|xargs -0 wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment