Penguin
Annotated edit history of sum(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SUM
2 !!!SUM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 sum - checksum and count the blocks in a file
15 !!SYNOPSIS
16
17
18 __sum__ [[''OPTION'']... [[''FILE'']...
19 !!DESCRIPTION
20
21
22 Print checksum and block counts for each FILE.
23
24
25 __-r__
26
27
28 defeat __-s__, use BSD sum algorithm, use 1K
29 blocks
30
31
32 __-s__, __--sysv__
33
34
35 use System V sum algorithm, use 512 bytes
36 blocks
37
38
39 __--help__
40
41
42 display this help and exit
43
44
45 __--version__
46
47
48 output version information and exit
49
50
51 With no FILE, or when FILE is -, read standard
52 input.
53 !!AUTHOR
54
55
56 Written by Kayvan Aghaiepour and David
2 perry 57 !MacKenzie.
1 perry 58 !!REPORTING BUGS
59
60
61 Report bugs to
62 !!COPYRIGHT
63
64
65 Copyright 1999 Free Software Foundation, Inc.
66 This is free software; see the source for copying
67 conditions. There is NO warranty; not even for
68 MERCHANTABILITY or FITNESS FOR A PARTICULAR
69 PURPOSE.
70 !!SEE ALSO
71
72
73 The full documentation for __sum__ is maintained as a
74 Texinfo manual. If the __info__ and __sum__ programs
75 are properly installed at your site, the
76 command
77
78
79 __info sum__
80
81
82 should give you access to the complete manual.
83 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.