cksum
Compute CRC32 checksums and byte counts for files or stdin, returning JSON for fast data integrity verification.
Instructions
Compute CRC32 checksums and byte counts for files or stdin. Read-only, no side effects. Returns JSON with checksum and byte count per file. Use for fast data-transmission integrity verification. Not for cryptographic security — use 'sha256sum' or 'b2sum'. See also 'sha256sum', 'md5sum', 'sum'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Files to checksum, or '-' for stdin. Defaults to stdin. | |
| raw | No | Write checksum size path lines without a JSON envelope. |