Skip to content

Instantly share code, notes, and snippets.

@CodingPapi
Created March 19, 2017 17:18
Show Gist options
  • Save CodingPapi/877252d336fea3bb7a257d76e12071b3 to your computer and use it in GitHub Desktop.
Save CodingPapi/877252d336fea3bb7a257d76e12071b3 to your computer and use it in GitHub Desktop.
Count code line number in one command
find . -name "*.java"|xargs cat|grep -v ^$|wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment