mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:06:05 +02:00
update base64
updated
This commit is contained in:
parent
557c588cd9
commit
1ba0d0c32b
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# base64
|
# base64
|
||||||
|
|
||||||
> Encode or decode file or standard input to/from Base64, to standard output.
|
> Enkoduj lub dekoduj plik lub standardowe wejście do/z Base64, na standardowe wyjście.
|
||||||
|
|
||||||
- Encode a file:
|
- Enkoduj plik:
|
||||||
|
|
||||||
`base64 {{filename}}`
|
`base64 {{filename}}`
|
||||||
|
|
||||||
- Decode a file:
|
- Dekoduj plik:
|
||||||
|
|
||||||
`base64 -d {{filename}}`
|
`base64 -d {{filename}}`
|
||||||
|
|
||||||
- Encode from `stdin`:
|
- Enkoduj z `stdin`:
|
||||||
|
|
||||||
`{{somecommand}} | base64`
|
`{{somecommand}} | base64`
|
||||||
|
|
||||||
- Decode from `stdin`:
|
- Dekoduj z `stdin`:
|
||||||
|
|
||||||
`{{somecommand}} | base64 -d`
|
`{{somecommand}} | base64 -d`
|
||||||
|
|
Loading…
Add table
Reference in a new issue