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 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
26 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
27 Report sum translation bugs to <http://translationproject.org/team/>
28
30 Written by Kayvan Aghaiepour and David MacKenzie.
31
33 Copyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU
34 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
35 This is free software: you are free to change and redistribute it.
36 There is NO WARRANTY, to the extent permitted by law.
37
39 The full documentation for sum is maintained as a Texinfo manual. If
40 the info and sum programs are properly installed at your site, the com‐
41 mand
42
43 info coreutils 'sum invocation'
44
45 should give you access to the complete manual.
46
47
48
49GNU coreutils 8.22 October 2018 SUM(1)