Skip to content

Instantly share code, notes, and snippets.

@vigack
Created November 22, 2017 06:39
Show Gist options
  • Save vigack/8b161502a4e4d55424e8a9bc37c7bc4b to your computer and use it in GitHub Desktop.
Save vigack/8b161502a4e4d55424e8a9bc37c7bc4b to your computer and use it in GitHub Desktop.
快速统计工程代码行数
find -name "*.java" -print | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment