• # fdupes

    Posté par (site web personnel, Mastodon) . En réponse au message Une biblio de script ?. Évalué à 4.

    J'utilise :

    $ fdupes -rS1 .
    

    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
    _