print-checksum
Name
cave-print-checksum — prints cryptographic checksums
Synopsis
cave print-checksum ALGORITHM --stdin
cave print-checksum ALGORITHM --file FILENAME
cave print-checksum ALGORITHM --text TEXT
DESCRIPTION
Prints the checksum of the specified input using the specified algorithm. No formatting is used, making the output suitable for parsing by scripts.
OPTIONS
Global Options
Global options, used by every subcommand.
- -h , --help
- display help message
Input Options
Input Options
- -s , --stdin
- Calculate the checksum of standard input.
- -f , --file
- Calculate the checksum of the contents of the specified file.
- -t , --text
- Calculate the checksum of the specified text.
SEE ALSO
cave-print-checksum-algorithms(1)