.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH hashsum 1 "hashsum 0.0.26" .SH NAME hashsum \- Compute and check message digests. .SH SYNOPSIS \fBhashsum\fR [\fB\-b\fR|\fB\-\-binary\fR] [\fB\-c\fR|\fB\-\-check\fR] [\fB\-\-tag\fR] [\fB\-t\fR|\fB\-\-text\fR] [\fB\-q\fR|\fB\-\-quiet\fR] [\fB\-s\fR|\fB\-\-status\fR] [\fB\-\-strict\fR] [\fB\-\-ignore\-missing\fR] [\fB\-w\fR|\fB\-\-warn\fR] [\fB\-z\fR|\fB\-\-zero\fR] [\fB\-\-bits\fR] [\fB\-\-no\-names\fR] [\fB\-\-md5\fR] [\fB\-\-sha1\fR] [\fB\-\-sha224\fR] [\fB\-\-sha256\fR] [\fB\-\-sha384\fR] [\fB\-\-sha512\fR] [\fB\-\-sha3\fR] [\fB\-\-sha3\-224\fR] [\fB\-\-sha3\-256\fR] [\fB\-\-sha3\-384\fR] [\fB\-\-sha3\-512\fR] [\fB\-\-shake128\fR] [\fB\-\-shake256\fR] [\fB\-\-b2sum\fR] [\fB\-\-b3sum\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIFILE\fR] .SH DESCRIPTION Compute and check message digests. .SH OPTIONS .TP \fB\-b\fR, \fB\-\-binary\fR read in binary mode .TP \fB\-c\fR, \fB\-\-check\fR read hashsums from the FILEs and check them .TP \fB\-\-tag\fR create a BSD\-style checksum .TP \fB\-t\fR, \fB\-\-text\fR read in text mode (default) .TP \fB\-q\fR, \fB\-\-quiet\fR don\*(Aqt print OK for each successfully verified file .TP \fB\-s\fR, \fB\-\-status\fR don\*(Aqt output anything, status code shows success .TP \fB\-\-strict\fR exit non\-zero for improperly formatted checksum lines .TP \fB\-\-ignore\-missing\fR don\*(Aqt fail or report status for missing files .TP \fB\-w\fR, \fB\-\-warn\fR warn about improperly formatted checksum lines .TP \fB\-z\fR, \fB\-\-zero\fR end each output line with NUL, not newline .TP \fB\-\-bits\fR=\fIBITS\fR set the size of the output (only for SHAKE) .TP \fB\-\-no\-names\fR Omits filenames in the output (option not present in GNU/Coreutils) .TP \fB\-\-md5\fR work with MD5 .TP \fB\-\-sha1\fR work with SHA1 .TP \fB\-\-sha224\fR work with SHA224 .TP \fB\-\-sha256\fR work with SHA256 .TP \fB\-\-sha384\fR work with SHA384 .TP \fB\-\-sha512\fR work with SHA512 .TP \fB\-\-sha3\fR work with SHA3 .TP \fB\-\-sha3\-224\fR work with SHA3\-224 .TP \fB\-\-sha3\-256\fR work with SHA3\-256 .TP \fB\-\-sha3\-384\fR work with SHA3\-384 .TP \fB\-\-sha3\-512\fR work with SHA3\-512 .TP \fB\-\-shake128\fR work with SHAKE128 using BITS for the output size .TP \fB\-\-shake256\fR work with SHAKE256 using BITS for the output size .TP \fB\-\-b2sum\fR work with BLAKE2 .TP \fB\-\-b3sum\fR work with BLAKE3 .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP \fB\-V\fR, \fB\-\-version\fR Print version .TP [\fIFILE\fR] .SH VERSION v0.0.26