coreutils
coreutils copied to clipboard
Implement `cksum -b`
According to GNU:
-b, --base64
emit base64-encoded digests, not hexadecimal
Tested in GNU with tests/cksum/cksum-a.sh Source: https://github.com/uutils/coreutils/blob/main/src/uu/cksum/src/cksum.rs
some work started here: https://github.com/uutils/coreutils/pull/5122