Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 268 Bytes

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