Skip to content

Instantly share code, notes, and snippets.

@akimichi
Created September 16, 2013 04:37
Show Gist options
  • Save akimichi/6576735 to your computer and use it in GitHub Desktop.
Save akimichi/6576735 to your computer and use it in GitHub Desktop.
あるディレクトリ以下のscalaソースの行数をwcでカウントする
find . \( -name *.scala \) -type f | xargs cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment