blob: 93ac4b3f90a6f54b8a0f31d34882fdec78ba7e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.pa 1
.he 'SUM (I)'3/15/72'SUM (I)'
.ti 0
NAME sum -- sum file
.sp
.ti 0
SYNOPSIS sum___ name\d1\u ...
.sp
.ti 0
DESCRIPTION sum___
sums the contents of the bytes (mod 2^16) of
one or more files and prints the answer in octal.
A separate sum is printed for each file specified,
along with the number of whole or partial
512-byte blocks read.
In practice, sum___ is often used to verify that
all of a special file can be read without error.
.sp
.ti 0
FILES none
.sp
.ti 0
SEE ALSO --
.sp
.ti 0
DIAGNOSTICS "oprd" if the file cannot be
opened; "?" if an error is discovered during the read.
.sp
.ti 0
BUGS none
|