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/basenc.md Normal file
View File

@@ -0,0 +1,20 @@
# basenc
> Encodeer of decodeer een bestand of `stdin` door gebruik te maken van een specifieke encoding naar `stdout`.
> Meer informatie: <https://www.gnu.org/software/coreutils/basenc>.
- Encodeer een bestand met base64 encoding:
`basenc --base64 {{pad/naar/bestand}}`
- Decodeer een bestand met base64 encoding:
`basenc --decode --base64 {{pad/naar/bestand}}`
- Encodeer `stdin` met base32 encoding met 42 kolommen:
`{{command}} | basenc --base32 -w42`
- Encodeer `stdin` met base32 encoding:
`{{command}} | basenc --base32`