Software:fdupes

From HandWiki
Short description: Program to scan directories for duplicate files

fdupes
Developer(s)Adrián López
Written inC
LicenseMIT License
Websitegithub.com/adrianlopezroche/fdupes

fdupes is a program written by Adrián López to scan directories for duplicate files,[1] 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.

References

External links