coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Implement `cksum -b`

Open sylvestre opened this issue 1 year ago • 1 comments

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

sylvestre avatar Dec 24 '23 10:12 sylvestre

some work started here: https://github.com/uutils/coreutils/pull/5122

sylvestre avatar Dec 25 '23 10:12 sylvestre