Fdupes (original) (raw)
From Wikipedia, the free encyclopedia
Program to scan directories for duplicate files
fdupes
Developer(s) | Adrián López |
---|---|
Stable release | 2.3.0[1] / 27 January 2024; 9 months ago (27 January 2024) |
Repository | github.com/adrianlopezroche/fdupes |
Written in | C |
License | MIT License |
Website | github.com/adrianlopezroche/fdupes |
fdupes is a program written by Adrián López to scan directories for duplicate files,[2] 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.