cksum.1 (627B)
- .\" utils-std: Collection of commonly available Unix tools
- .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2024-08-13
- .Dt CKSUM 1
- .Os
- .Sh NAME
- .Nm cksum
- .Nd write file checksums and sizes
- .Sh SYNOPSIS
- .Nm
- .Op Ar file...
- .Sh DESCRIPTION
- .Nm
- reads each
- .Ar file ,
- or standard input if none were specified,
- and prints each of their CRC-32 checksum and filesize.
- .Sh EXIT STATUS
- .Ex -std
- .Sh STANDARDS
- .Nm
- should be compliant with the
- IEEE Std 1003.1-2024 (“POSIX.1”)
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me