Skip to content

Instantly share code, notes, and snippets.

@shiumachi
Created January 24, 2013 15:30
Show Gist options
  • 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