AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.78k stars 1.02k forks source link

Option to display results for specific languages only #755

Closed nkh closed 1 year ago

nkh commented 1 year ago

example:

cloc --only perl --only bash

AlDanial commented 1 year ago

cloc --help prints a lot of documentation, give it a try!

You'll see you can do cloc --include-lang="Perl,Bourne Again Shell"