common/base32, common/base64: standardize all translations (#13807)
This commit is contained in:

committed by
GitHub

parent
28cc4231b2
commit
a4fdb76fb0
@@ -1,7 +1,7 @@
|
||||
# base32
|
||||
|
||||
> Codeer of decodeer een bestand of `stdin` van/naar Base32 naar `stdout`.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/base32>.
|
||||
> Encodeer of decodeer een bestand of `stdin` van/naar Base32 naar `stdout`.
|
||||
> Meer informatie: <https://manned.org/base32>.
|
||||
|
||||
- Encodeer een bestand:
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
|
||||
- Zet gecodeerde uitvoer naar een specifieke breedte (`0` schakelt het uit):
|
||||
|
||||
`base32 --wrap {{0|76|...}} {{pad/naar/bestand}}`
|
||||
`base32 {{-w|--wrap}} {{0|76|...}} {{pad/naar/bestand}}`
|
||||
|
||||
- Decodeer een bestand:
|
||||
|
||||
`base32 --decode {{pad/naar/bestand}}`
|
||||
`base32 {{-d|--decode}} {{pad/naar/bestand}}`
|
||||
|
||||
- Encodeer `stdin`:
|
||||
|
||||
`{{somecommand}} | base32`
|
||||
`{{commando}} | base32`
|
||||
|
||||
- Decodeeer `stdin`:
|
||||
- Decodeer `stdin`:
|
||||
|
||||
`{{somecommand}} | base32 --decode`
|
||||
`{{commando}} | base32 {{-d|--decode}}`
|
||||
|
Reference in New Issue
Block a user