add cksum

This commit is contained in:
Connor Lane Smith
2011-06-10 04:14:05 +01:00
parent f2e86862be
commit 6be3e82218
5 changed files with 109 additions and 3 deletions

10
cksum.1 Normal file
View File

@@ -0,0 +1,10 @@
.TH CKSUM 1 sbase\-VERSION
.SH NAME
cksum \- print file checksums
.SH SYNOPSIS
.B cksum
.RI [ file ...]
.SH DESCRIPTION
.B cksum
calculates and prints a cyclic redundancy check (CRC) for each input file, along
with its size and name.