Skip to content

cxmplex/dupes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dupes

Very simple CLI tool to count duplicates. Great for checking proxy/combo lists.

to run

python main.py file1.txt file2.txt file3.txt

Best use is to bind python main.py to an alias, i.e. dupe file1 file2

output

Total entries: 199996 | Total Duplicates: 0 | Percent Duplicated: 0

About

Finds duplicate lines in text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages