I want to (from the command line) be able to count the lines in a bunch of files of a specific type in a folder and all its sub-folders. How would I do this?
Read “man wc” and “man find”.
I want to (from the command line) be able to count the lines in a bunch of files of a specific type in a folder and all its sub-folders. How would I do this?
Read “man wc” and “man find”.