Created
December 27, 2019 16:26
-
-
Save DevEarley/79a22a0533f9725b5b4362b522c3f717 to your computer and use it in GitHub Desktop.
Counts LOC for all files in a folder
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 '*.*' | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WSL or Bash only - will not run in Windows Command Prompt