Calcula el hash criptográfico BLAKE3, función mucho más rápida que MD5, SHA-1, SHA-2, SHA-3 y BLAKE2 y segura, a diferencia de MD5 y SHA-1.
$ b3sum archivo.txt > archivo.txt.b3sum
$ b3sum archivo1.txt archivo2.txt
$ echo "linux es un sisteme genial" | b3sum
$ b3sum -c archivo.txt.b3sum
$ b3sum --num-threads 4 archivo_grande.dat
$ b3sum --no-names archivo.txt
$ find /directorio -type f -exec b3sum {} +