Created
June 7, 2017 21:03
-
-
Save shi-yan/4f9670b0aad49f3cdab635da29b8c67e to your computer and use it in GitHub Desktop.
count line numbers in a folder recursively
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 '*.h' -o -name '*.cpp' | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment