awk, b2sum, base{32, name, nc}: add Dutch translation; base64: update Dutch translation (#11979)

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-01-04 15:13:11 +01:00
committed by GitHub
parent bec82d3abb
commit a2fb16cabe
6 changed files with 123 additions and 3 deletions

20
pages.nl/common/base32.md Normal file
View File

@@ -0,0 +1,20 @@
# base32
> Codeer of decodeer een bestand of `stdin` van/naar Base32 naar `stdout`.
> Meer informatie: <https://www.gnu.org/software/coreutils/base32>.
- Encodeer een bestand:
`base32 {{pad/naar/bestand}}`
- Decodeer een bestand:
`base32 --decode {{pad/naar/bestand}}`
- Encodeer `stdin`:
`{{somecommand}} | base32`
- Decodeeer `stdin`:
`{{somecommand}} | base32 --decode`