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 |
|---|
| sum(1) - mojave |
| freebsd-cksum(1) - debian |
| cksum(1) - opendarwin |
| cksum(1) - osf1 |
| sum(1) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| cksum parts of a file |
| read a .bin through terminal and output a checksum? |
| cksum does not give me crc32 |
| data integrity check needed |
| Script to get checksum of itself |