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:
20
pages.nl/common/basenc.md
Normal file
20
pages.nl/common/basenc.md
Normal 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`
|
Reference in New Issue
Block a user