WIP: Add cksum command to coreutils
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