Answers for "how to check the amount of lines of code"

2

check lines of code in a folder

find . -name '*.[FileExtention]' | xargs wc -l
Posted by: Guest on December-08-2020

Code answers related to "how to check the amount of lines of code"

Browse Popular Code Answers by Language