Skip to content

Instantly share code, notes, and snippets.

@rynbyjn
Last active February 24, 2017 21:51
Show Gist options
  • Save rynbyjn/0569b0b185c95c522139 to your computer and use it in GitHub Desktop.
Save rynbyjn/0569b0b185c95c522139 to your computer and use it in GitHub Desktop.
Print out the count of lines within each file in the src
find src -type f -print | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment