An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/same-file-finder-python

Find duplicate files by message digest (hash)
https://github.com/nwtgck/same-file-finder-python

duplicate-files duplicate-finder

Last synced: 2 months ago
JSON representation

Find duplicate files by message digest (hash)

Awesome Lists containing this project

README

        

# same-file-finder
Find duplicate files by message digest (hash)

## Usage

```bash
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