Skip to content

Instantly share code, notes, and snippets.

@shiumachi
Created January 24, 2013 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiumachi/4623120 to your computer and use it in GitHub Desktop.
Save shiumachi/4623120 to your computer and use it in GitHub Desktop.
コードの行数を数える via cocoatomo
find . -name "*.java" -exec wc -l {} \; | awk '{s+=$1}END{print s}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment