I need a line counter script that will look through a directory and subdirectories and count the number of lines in each text file and output a final number. I could probably make the script but I would rather just download one that is ready to go.
PHP for the language and I am not sure what you mean by delimter. I just want a script that counts the number of lines in each file within a directory. The files would be .php files.
I ended up making it in java, it only took about 4 hours as I had to learn certain things along the way. It was very fun! It does all I want and it feels much better when you use your own program!