Files
tldr/pages/common/cksum.md
K.B.Dharun Krishna bee46b42e6 pages.ta: standardize placeholders, update pages (#11478)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-13 07:58:59 +05:30

10 lines
278 B
Markdown

# cksum
> Calculates CRC checksums and byte counts of a file.
> Note: on old UNIX systems the CRC implementation may differ.
> More information: <https://www.gnu.org/software/coreutils/cksum>.
- Display a 32-bit checksum, size in bytes and filename:
`cksum {{path/to/file}}`