1SUM(1) User Commands SUM(1)
2
3
4
6 sum - checksum and count the blocks in a file
7
9 sum [OPTION]... [FILE]...
10
12 Print checksum and block counts for each FILE.
13
14 -r defeat -s, use BSD sum algorithm, use 1K blocks
15
16 -s, --sysv
17 use System V sum algorithm, use 512 bytes blocks
18
19 --help display this help and exit
20
21 --version
22 output version information and exit
23
24 With no FILE, or when FILE is -, read standard input.
25
27 Written by Kayvan Aghaiepour and David MacKenzie.
28
30 Report bugs to <bug-coreutils@gnu.org>.
31
33 Copyright © 2007 Free Software Foundation, Inc.
34 This is free software. You may redistribute copies of it under the
35 terms of the GNU General Public License
36 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
37 extent permitted by law.
38
40 The full documentation for sum is maintained as a Texinfo manual. If
41 the info and sum programs are properly installed at your site, the com‐
42 mand
43
44 info sum
45
46 should give you access to the complete manual.
47
48
49
50GNU coreutils 6.9 March 2008 SUM(1)