cksum
1 Usage
8.12

cksum🔗ℹ

David Wilson

 (require cksum) package: cksum
Allows for calculation of CRC checksums of files in the style of the cksum utility from GNU Coreutils. Uses code from GNU Coreutils and gnulib.

    1 Usage

1 Usage🔗ℹ

> (require cksum)

> (get-cksum "main.rkt") ’("1628897698" 1607 "main.rkt")

get-cksum returns a list of three elements:

1. The checksum 2. The count of bytes in the file 3. The filename