mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
base32, base64: update Dutch translation (#12518)
This commit is contained in:
parent
e7de527dd3
commit
2a57cbde11
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`base32 {{pad/naar/bestand}}`
|
||||
|
||||
- Zet gecodeerde uitvoer naar een specifieke breedte (`0` schakelt het uit):
|
||||
|
||||
`base32 --wrap {{0|76|...}} {{path/to/file}}`
|
||||
|
||||
- Decodeer een bestand:
|
||||
|
||||
`base32 --decode {{pad/naar/bestand}}`
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
`base64 {{bestandsnaam}}`
|
||||
|
||||
- Zet gecodeerde uitvoer naar een specifieke breedte (`0` schakelt het uit):
|
||||
|
||||
`base64 --wrap {{0|76|...}} {{path/to/file}}`
|
||||
|
||||
- Decodeer een bestand:
|
||||
|
||||
`base64 --decode {{bestandsnaam}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue