Searches the given path for duplicate files. Such files are found by comparing file sizes and MD5 signatures, followed by a byte-by-byte comparison.
-r --recurse
-S --size show size of duplicate files
-1 --sameline list each set of matches on a single line_
# fdupes
Posté par vmagnin (site web personnel, Mastodon) . En réponse au message Une biblio de script ?. Évalué à 4.
J'utilise :
Searches the given path for duplicate files. Such files are found by comparing file sizes and MD5 signatures, followed by a byte-by-byte comparison.
-r --recurse
-S --size show size of duplicate files
-1 --sameline list each set of matches on a single line_