Skip to content

Instantly share code, notes, and snippets.

@ppdouble
Created February 7, 2024 03:08
Show Gist options
  • Save ppdouble/baa42170d8a5ee201389416a6089fa8d to your computer and use it in GitHub Desktop.
Save ppdouble/baa42170d8a5ee201389416a6089fa8d to your computer and use it in GitHub Desktop.
counting line of the source codes
find . -name '*.java' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment