Skip to content

nwtgck/same-file-finder-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

same-file-finder

Find duplicate files by message digest (hash)

Usage

python3 main.py my/directory/which/may/have/duplicate/files/

Algorithm

  • Get all file sizes
  • Make a group by the file size
  • Find duplicate files in the same file-size group

About

Find duplicate files by message digest (hash)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages