Skip to content

Instantly share code, notes, and snippets.

@adrienbrault
Created June 20, 2011 15:19
Show Gist options
  • Save adrienbrault/1035812 to your computer and use it in GitHub Desktop.
Save adrienbrault/1035812 to your computer and use it in GitHub Desktop.
How to count the number of lines in a source code
find dir -exec cat {} \; | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment