Created
November 22, 2017 06:39
-
-
Save vigack/8b161502a4e4d55424e8a9bc37c7bc4b to your computer and use it in GitHub Desktop.
快速统计工程代码行数
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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