Buscar archivos duplicados basado primero en el tamaño y luego en el hash MD5 abril 24, 2025 Categoría: find md5sum sort uniq xargs GNU|Linux $ find -not -empty -type f -printf "%s " | sort -rn | uniq -d | xargs -I{} -n1 find -type f -size {}c -print0 | xargs -0 md5sum | sort | uniq -w32 --all-repeated=separate BUSCAR COMANDO Compartir:Twitter Facebook Pinterest LinkedIn WhatsApp