Skip to content

WIP: Add cksum command to coreutils

Thomas Laferriere requested to merge tlaferriere/coreutils:master into master

I've started work on this by trying to clone the gnu cksum command. Right now it only supports calculating the sum with the CRC32 algorithm, which is the legacy algorithm of the BSD version. I will add support for other algorithms when I have the time. The output complies with the standard BSD output.
Thank you for your feedback 😃.

Edited by Thomas Laferriere

Merge request reports