fdupes
Appearance
Developer(s) | Adrián López |
---|---|
Stable release | 2.3.0[1]
/ 27 January 2024 |
Repository | |
Written in | C |
License | MIT License |
Website | github |
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.