Since my programs were spread over more than 1 source I didn't know
how much lines the whole program enfolded.
This is just a little program that scans all your specified files
(incl. pattern matching) and returns
· count of lines in current file and all files together
· count of blank lines in current file and all files together
· length of current file (in bytes) and all files together
Source in C is included.
|