Research V4 development
[unix-history] / man / man1 / sum.1
CommitLineData
0d96c412
KT
1.th SUM I 3/15/72
2.sh NAME
3sum \*- sum file
4.sh SYNOPSIS
5.bd sum
6name ...
7.sh DESCRIPTION
8.it Sum
9sums the contents of the bytes (mod 2^16) of
10one or more files and prints the answer in octal.
11A separate sum is printed for each file specified,
12along with the number of whole or partial
13512-byte blocks read.
14.s3
15In practice,
16.it sum
17is often used to verify that
18all of a special file can be read without error.
19.sh BUGS