Last active
February 24, 2017 21:51
-
-
Save rynbyjn/0569b0b185c95c522139 to your computer and use it in GitHub Desktop.
Print out the count of lines within each file in the src
This file contains 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 src -type f -print | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment