unstack, sort: cleanup and improvement
[minix.git] / man / man1 / sum.1
blob8268dc2aec4e0a0aede5106515358aea1602e994
1 .TH SUM 1
2 .SH NAME
3 sum \- compute the checksum and block count of a file
4 .SH SYNOPSIS
5 \fBsum \fIfile\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B sum /user/ast/xyz
20 # Checksum \fI/user/ast/xyz
21 .SH DESCRIPTION
22 .PP
23 .I Sum
24 computes the checksum of one or more files.
25 It is most often used to see if a file copied from another machine has
26 been correctly received.
27 This program works best when both machines use the same checksum algorithm.
28 See also \fIcrc\fR.
29 .SH "SEE ALSO"
30 .BR cksum (1),
31 .BR crc (1).