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