1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 04:15:43 +02:00
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

9 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}}`