Created
December 6, 2022 15:57
-
-
Save lcube45/a218b072c1f6f0a74ed99175e90b6ef6 to your computer and use it in GitHub Desktop.
Count lines of code recursively
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 . -name '*.ts' | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment