Query: cksum
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CKSUM(1) General Commands Manual CKSUM(1)NAMEcksum - display file checksum and sizeSYNOPSIScksum [file ...]EXAMPLEScksum # Display CRC and size of stdin cksum *.c # Display CRC and size of .c filesDESCRIPTIONCksum calculates and writes to standard output the 32-bits CRC of the input files , or of stdin if no files were specified. The size in bytes of each file will be displayed after a space. The name of each file will be displayed after another space.SEE ALSOcrc(1), sum(1). CKSUM(1)
| Related Man Pages |
|---|
| cksum(1) - opensolaris |
| cksum(n) - redhat |
| cksum(1) - osx |
| sum(1) - hpux |
| cksum(1) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| The cksum Problem |
| Compare the checksum of files in 2 different folders |
| data integrity check needed |
| Serial file transfer protocol / checksums |
| Script to get checksum of itself |