cksum - calculate a cksum(1) compatible checksum
SYNOPSIS
package require Tcl 8.2
package require cksum ?1.0?
|
This package provides a Tcl-only implementation of the cksum(1)
algorithm based upon information provided at in the GNU implementation
of this program as part of the GNU Textutils 2.0 package.
COMMANDS
OPTIONS
EXAMPLES
% crc::cksum "Hello, World!" 2609532967 |
% crc::cksum -format 0x%X "Hello, World!" 0x9B8A5027 |
% crc::cksum -file cksum.tcl 1828321145 |