Skip to content

Instantly share code, notes, and snippets.

@peterszatmary
Last active August 20, 2020 09:48
Show Gist options
  • Save peterszatmary/f56d1e7cdf4b243830bf1414379326a0 to your computer and use it in GitHub Desktop.
Save peterszatmary/f56d1e7cdf4b243830bf1414379326a0 to your computer and use it in GitHub Desktop.
count lines of code of all java files together also by file in current dir
find . -name '*.java' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment