coreutils
coreutils copied to clipboard
Implement `cksum --check`
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
some work started here: https://github.com/uutils/coreutils/pull/5122
is it already done ? can i try to implement it?
sure, please give it a try