Examples (6)
Calculate default CRC32 digests of a file
rhash path/to/fileRecursively process a directory to generate an SFV file using SHA1
rhash --sha1 --recursive path/to/folder > path/to/output.sfvVerify the integrity of files based on an SFV file
rhash --check path/to/file.sfvCalculate the SHA3 digest of a text message
rhash --sha3-256 --message 'message'Calculate CRC32 digest of a file and output digest encoded in base64 using BSD format
rhash --base64 --bsd path/to/fileUse custom output template
rhash --printf '{{%p\t%s\t%{mtime}\t%m\n}}' path/to/filemade by @shridhargupta | data from tldr-pages