1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 02:26:01 +02:00
tldr/pages.nl/common/cksum.md

10 lines
338 B
Markdown
Raw Permalink Normal View History

# cksum
> Bereken de CRC checksums en het aantal bytes van een bestand.
2024-06-18 22:00:00 +02:00
> Let op: op oudere UNIX systemen kan de CRC implementatie verschillen.
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
- Toon een 32-bit checksum, grootte in bytes en bestandsnaam:
`cksum {{pad/naar/bestand}}`