I have a folder with many source code files.
I would like to find the total number of lines of source code in all files in the directory.
Is there any simple way to do this?
These are cobol files, I do not have a dev tool that will open them, so I cannot just run code metrics.
use SLOCCOUNT a well-known and free source line of code counting.
It supports COBOL and use COCOMO model to estimate effort and schedule.