|
|
LOC
|
|
|
---
|
|
|
|
|
|
The number of lines can be evaluated with the cloc tool (installation : apt install cloc).
|
|
|
|
|
|
Command examples :
|
|
|
|
|
|
1. content of a directory : cloc directory
|
|
|
1. content of a file : cloc filename
|
|
|
1. all python files of a directory : cloc *.py |
|
|
\ No newline at end of file |