mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
base64: add Dutch translation (#4610)
This commit is contained in:
parent
00ddf1c66d
commit
0a679a6b15
1 changed files with 19 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue