crc(1) minix man page | unix.com

Man Page: crc

Operating Environment: minix

Section: 1

CRC(1)							      General Commands Manual							    CRC(1)

NAME
crc - print the checksum of the file data
SYNOPSIS
crc file ...
EXAMPLES
crc *.c # Print checksums of all the C programs
DESCRIPTION
The checksum of each argument is computed and printed, along with the file length and its name, one file per line. This program is useful for seeing if a file transmitted to another machine has arrived correctly. It is conceptually similar to sum, except that it uses a stronger checksum algorithm and also prints the length.
SEE ALSO
cksum(1), sum(1). CRC(1)
Related Man Pages
crc16(n) - osx
crc16(n) - suse
digest::crc(3) - mojave
string::crc32(3) - centos
digest::crc(3) - osx
Similar Topics in the Unix Linux Community
crc error ? ? ? ? H E L P
regarding extracting of packet and checking its crc
Can't PowerOn M3000 - Bad Data CRC
List all files with prepended CRC32 (or other) hash code?
How to get CRC check sum of files in java EAR file without extracting .jar/.war files to disk.?