/same-file-finder-python

Find duplicate files by message digest (hash)

Primary LanguagePythonMIT LicenseMIT

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