base64: add Dutch translation (#4610)
This commit is contained in:
19
pages.nl/common/base64.md
Normal file
19
pages.nl/common/base64.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# base64
|
||||
|
||||
> Codeer of decodeer bestand of standaardinvoer van/naar Base64 naar standaarduitvoer.
|
||||
|
||||
- Codeer een bestand:
|
||||
|
||||
`base64 {{bestandsnaam}}`
|
||||
|
||||
- Decodeer een bestand:
|
||||
|
||||
`base64 -d {{bestandsnaam}}`
|
||||
|
||||
- Codeer `stdin`:
|
||||
|
||||
`{{eencommando}} | base64`
|
||||
|
||||
- Decodeer `stdin`:
|
||||
|
||||
`{{eencommando}} | base64 -d`
|
Reference in New Issue
Block a user