fdupes

From Wikipedia, the free encyclopedia
fdupes
Developer(s)Adrián López
Repository
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[edit]

  1. ^ "System-Utilities für alle Fälle | c't Magazin".

External links[edit]