]> pd.if.org Git - pdutils/blob - utils/cksum/cksum.1
implemented pwd
[pdutils] / utils / cksum / cksum.1
1 .TH CKSUM 1 "2008-1.01" "pdcore utilities" "User Commands"
2 .SH NAME
3 cksum \- report checksum and octet count of file(s)
4 .SH SYNOPSIS
5 .B cksum
6 [file ...]
7 .SH DESCRIPTION
8 Display CRC check value and octet count of given file(s).
9 .SH OPTIONS
10 .TP
11 None
12 .SH OPERANDS
13 .TP
14 file
15 Input file. If none provided, or the filename '-' is passed to cksum,
16 standard input will be used.
17 .SH "AUTHORITATIVE DOCUMENTATION"
18 <http://www.opengroup.org/onlinepubs/9699919799/utilities/cksum.html>
19 .SH VERSION AND COMPLIANCE
20 Utility version 1.01
21 .P
22 Functional compliance with POSIX:2008 (IEEE Std 1003.1-2008;
23 Shell and Utilities, Base Specifications Issue 7).
24 .SH UNLICENSE
25 This is free and unencumbered software released into the public domain,
26 provided "as is", without warranty of any kind, express or implied. See the
27 file UNLICENSE and the website <http://unlicense.org> for further details.