Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / sum.1
blob9d4ded87b1f320999a35bcc7bcb0316c06156925
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH SUM "1" "October 2003" "sum (coreutils) 5.0" FSF
3 .SH NAME
4 sum \- checksum and count the blocks in a file
5 .SH SYNOPSIS
6 .B sum
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print checksum and block counts for each FILE.
12 .TP
13 \fB\-r\fR
14 defeat \fB\-s\fR, use BSD sum algorithm, use 1K blocks
15 .TP
16 \fB\-s\fR, \fB\-\-sysv\fR
17 use System V sum algorithm, use 512 bytes blocks
18 .TP
19 \fB\-\-help\fR
20 display this help and exit
21 .TP
22 \fB\-\-version\fR
23 output version information and exit
24 .PP
25 With no FILE, or when FILE is -, read standard input.
26 .SH AUTHOR
27 Written by Kayvan Aghaiepour and David MacKenzie.
28 .SH "REPORTING BUGS"
29 Report bugs to <bug-coreutils@gnu.org>.
30 .SH COPYRIGHT
31 Copyright \(co 2003 Free Software Foundation, Inc.
32 .br
33 This is free software; see the source for copying conditions.  There is NO
34 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35 .SH "SEE ALSO"
36 The full documentation for
37 .B sum
38 is maintained as a Texinfo manual.  If the
39 .B info
40 and
41 .B sum
42 programs are properly installed at your site, the command
43 .IP
44 .B info sum
45 .PP
46 should give you access to the complete manual.