mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-03 15:03:30 +08:00
ad6c8e1181
* src/digest.c: Organize HASH_ALGO_CKSUM to be table driven, and amalgamate all digest algorithms. (main): Parse all options if HASH_ALGO_CKSUM, and disallow --tag, --zero, and --check with the traditional bsd, sysv, and crc checksums for now. * src/local.mk: Reorganize to include all digest modules in cksum. * tests/misc/cksum-a.sh: Add a new test. * tests/misc/b2sum.sh: Update to default to checking with cksum, as b2sum's implementation diverges a bit from the others. * tests/local.mk: Reference the new test. * doc/coreutils.texi (cksum invocation): Adjust the summary to identify the new mode, and document the new --algorithm option. * man/cksum.x: Adjust description to be more general. * man/*sum.x: Add [See Also] section referencing cksum(1). * NEWS: Mention the new feature.
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
[NAME]
|
|
cksum \- compute and verify file checksums
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|