minix/man/man1/sum.1

32 lines
552 B
Groff
Raw Normal View History

2005-05-02 15:01:42 +02:00
.TH SUM 1
.SH NAME
sum \- compute the checksum and block count of a file
.SH SYNOPSIS
\fBsum \fIfile\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
2012-03-31 23:44:29 +02:00
.TP 20
.B sum /user/ast/xyz
# Checksum \fI/user/ast/xyz
2005-05-02 15:01:42 +02:00
.SH DESCRIPTION
.PP
.I Sum
computes the checksum of one or more files.
It is most often used to see if a file copied from another machine has
been correctly received.
This program works best when both machines use the same checksum algorithm.
See also \fIcrc\fR.
.SH "SEE ALSO"
.BR cksum (1),
.BR crc (1).