minix man page for cksum

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)

NAME
cksum - display file checksum and size
SYNOPSIS
cksum [file ...]
EXAMPLES
cksum # Display CRC and size of stdin cksum *.c # Display CRC and size of .c files
DESCRIPTION
Cksum 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 ALSO
crc(1), sum(1). CKSUM(1)
Related Man Pages
cksum(1) - opensolaris
freebsd-cksum(1) - debian
sum(1) - opendarwin
cksum(1) - osf1
cksum(1) - freebsd
Similar Topics in the Unix Linux Community
Serial file transfer protocol / checksums
Honey, I broke awk! (duplicate line removal in 30M line 3.7GB csv file)
Checksum different For Same file Created By Two processes
Script to get checksum of itself
Increase the performance of find command.