I am working on a php application and would like to know the number of lines in the files. The files are in a couple of different directories, but I can copy them all to one directory if needed.
What’s the best Windows application/tool to count the number of lines in the files?
I’ve searched on here, but almost all of the questions were about counting in php, not using an external program.
Thank!
CLOC is an extremely powerful tool that does what your asking and separates lines of code, blank lines and comments.