update base64
updated
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
557c588cd9
commit
1ba0d0c32b
@@ -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`
|
||||||
|
Reference in New Issue
Block a user