Answers for "get all lines of code in directory separated by file in windows"

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 "get all lines of code in directory separated by file in windows"

Browse Popular Code Answers by Language