Bitácora de EleKtR0

English - Italiano - Deutsch - Français - Português - русский

10 de marzo de 2012

Buscar ficheros duplicados en Linux

A raíz de la entrada de @Manz en su blog sobre programas para encontrar ficheros duplicados en Windows, me he puesto a buscar algo parecido en Linux sin tener que escribir unas líneas en bash y he encontrado fdupes, que es una herramienta de línea de comandos disponible en los repositorios de la mayoría de distribuciones GNU/Linux.

Sus parámetros admitidos son los siguientes:


 -r --recurse         include files residing in subdirectories
 -s --symlinks        follow symlinks
 -H --hardlinks       normally, when two or more files point to the same
                      disk area they are treated as non-duplicates; this
                      option will change this behavior
 -n --noempty         exclude zero-length files from consideration
 -f --omitfirst       omit the first file in each set of matches
 -1 --sameline        list each set of matches on a single line
 -S --size            show size of duplicate files
 -q --quiet           hide progress indicator
 -d --delete          prompt user for files to preserve and delete all
                      others; important: under particular circumstances,
                      data may be lost when using this option together
                      with -s or --symlinks, or when specifying a
                      particular directory more than once; refer to the
                      fdupes documentation for additional information
 -v --version         display fdupes version
 -h --help            display this help message


Etiquetas: ,

0 comentarios:

Publicar un comentario

Suscribirse a Enviar comentarios [Atom]



<< Inicio