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