mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
sum: add Dutch translation (#13179)
This commit is contained in:
parent
0a8611e822
commit
6797769b42
1 changed files with 13 additions and 0 deletions
13
pages.nl/common/sum.md
Normal file
13
pages.nl/common/sum.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# sum
|
||||||
|
|
||||||
|
> Bereken checksums en het aantal blokken voor een bestand.
|
||||||
|
> Een voorloper van de modernere `cksum`.
|
||||||
|
> Meer informatie: <https://www.gnu.org/software/coreutils/sum>.
|
||||||
|
|
||||||
|
- Bereken een checksum met een BSD-compatibel algoritme en 1024-byte blokken:
|
||||||
|
|
||||||
|
`sum {{pad/naar/bestand}}`
|
||||||
|
|
||||||
|
- Bereken een checksum met een System V-compatibel algoritme en 512-byte blokken:
|
||||||
|
|
||||||
|
`sum --sysv {{pad/naar/bestand}}`
|
Loading…
Add table
Reference in a new issue