get all lines of code in directory separated by file in windows code example Example: check lines of code in a folder find . -name '*.[FileExtention]' | xargs wc -l