
b3sum
List of commands for b3sum:
-
b3sum:tldr:365a8 b3sum: Calculate a BLAKE3 checksum from `stdin`.$ ${command} | b3sumtry on your machineexplain this command
-
b3sum:tldr:6f29c b3sum: Calculate the BLAKE3 checksum for one or more files.$ b3sum ${filename1 filename2 ---}try on your machineexplain this command
-
b3sum:tldr:a5ddb b3sum: Calculate and save the list of BLAKE3 checksums to a file.$ b3sum ${filename1 filename2 ---} > ${filename-b3}try on your machineexplain this command
-
b3sum:tldr:b36af b3sum: Only show a message for missing files or when verification fails.$ b3sum --check --quiet ${filename-b3}try on your machineexplain this command
-
b3sum:tldr:ef5dc b3sum: Read a file of BLAKE3 sums and filenames and verify all files have matching checksums.$ b3sum --check ${filename-b3}try on your machineexplain this command