Tizen 2.0 Release
[external/tizen-coreutils.git] / man / sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH SUM "1" "March 2007" "GNU coreutils 6.9" "User Commands"
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 2007 Free Software Foundation, Inc.
32 .br
33 This is free software.  You may redistribute copies of it under the terms of
34 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
35 There is NO WARRANTY, to the extent permitted by law.
36 .SH "SEE ALSO"
37 The full documentation for
38 .B sum
39 is maintained as a Texinfo manual.  If the
40 .B info
41 and
42 .B sum
43 programs are properly installed at your site, the command
44 .IP
45 .B info sum
46 .PP
47 should give you access to the complete manual.