coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Implement `cksum --check`

Open sylvestre opened this issue 1 year ago • 3 comments

According to GNU:

       -c, --check
              read checksums from the FILEs and check them

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

is it already done ? can i try to implement it?

biplab5464 avatar Apr 08 '24 17:04 biplab5464

sure, please give it a try

sylvestre avatar Apr 08 '24 17:04 sylvestre