fdupes
Sign in to savefdupes is a program written by Adrián López to scan directories for duplicate files, with options to list, delete or replace the files with hardlinks pointing to the duplicate. It first compares file sizes, partial MD5 signatures, full MD5 signatures, and then performs a byte-by-byte comparison for verification.
Wikidata facts
Show 2 more facts
- source code repository URL
- github.com/adrianlopezroche/fdupes
- software version identifier
- 2.4.0
Sources (3)
via Wikidata · CC0
~1 min read
Article
2 sectionsContents
- References
- External links
fdupes is a program written by Adrián López to scan directories for duplicate files, with options to list, delete or replace the files with hardlinks pointing to the duplicate. It first compares file sizes, partial MD5 signatures, full MD5 signatures, and then performs a byte-by-byte comparison for verification.
fdupes is written in C and is released under the MIT License.