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:
parent
6b389acca1
commit
bc080e87ec
1 changed files with 4 additions and 4 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue