Answers for "find how many lines of code in a directory"

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

Browse Popular Code Answers by Language