sha1sum

vb sha1sum FILE ...

Description

Compute an SHA1 checksum of all files named on the command-line. If a file is named - then take its content from standard input.

Options

-h, --dereference

If FILE is a symbolic link, compute the hash on the object that the link points to. Normally, the hash is over the name of the object that the link points to.

Examples

  • Compute SHA1 checksums

$ vb sha1sum file1.bin file2.bin
3f786850e387550fdab836ed7e6dc881de23001b  file1.bin
89e6c98d92887913cadf06b2adb97f26cde4849b  file2.bin

See Also

See also

md5sum, sha3sum