Answers for "count how many lines of code in a folder"

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 "count how many lines of code in a folder"

Browse Popular Code Answers by Language