CRC(1) GregOS Manual CRC(1) NAME crc - compute CRC32 checksum SYNOPSIS crc DESCRIPTION crc computes the CRC32 checksum of the input string and prints the result as an 8-digit hexadecimal value. Uses the standard CRC32 polynomial (0xEDB88320, reflected). EXAMPLES $ crc hello 3610a686 AUTHOR Gregory Alan, CS 372 Fall 1981 SEE ALSO decode(1)