1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

update base64

updated
This commit is contained in:
Michal 2020-04-16 00:29:11 +02:00 committed by Starbeamrainbowlabs
parent 6b389acca1
commit bc080e87ec

View file

@ -4,16 +4,16 @@
- Enkoduj plik:
`base64 {{filename}}`
`base64 {{nazwapliku}}`
- Dekoduj plik:
`base64 -d {{filename}}`
`base64 -d {{nazwapliku}}`
- Enkoduj z `stdin`:
`{{somecommand}} | base64`
`{{jakiespolecenie}} | base64`
- Dekoduj z `stdin`:
`{{somecommand}} | base64 -d`
`{{jakiespolecenie}} | base64 -d`