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.75k stars 1.02k forks source link

How to get the repeated file list #711

Open songgeb opened 1 year ago

songgeb commented 1 year ago

For other enhancements: There are 100 text files and 80 unique files. Can I get the repeated file list?

AlDanial commented 1 year ago

The # unique output is misleading since that count also excludes other things--I should get rid of it to avoid confusion. If you run with --ignored files.txt you'll find repeated files listed in files.txt as being duplicates.