Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Find Duplicates

Python 3 script to find duplicate files in a directory tree.

Usage: ./find-duplicates /path/to/dir1 /path/to/dir2 ...

Files are first filtered based on their size, then on their MD5 hash and finally a pairwise byte comparison is performed.

About

Python 3 script to find duplicate files in a directory tree

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages