mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
update base32
updated
This commit is contained in:
parent
f4faac72d2
commit
6b389acca1
1 changed files with 4 additions and 4 deletions
|
@ -4,16 +4,16 @@
|
|||
|
||||
- Enkoduj plik:
|
||||
|
||||
`base32 {{filename}}`
|
||||
`base32 {{nazwapliku}}`
|
||||
|
||||
- Dekoduj plik:
|
||||
|
||||
`base32 -d {{filename}}`
|
||||
`base32 -d {{nazwapliku}}`
|
||||
|
||||
- Enkoduj z `stdin`:
|
||||
|
||||
`{{somecommand}} | base32`
|
||||
`{{jakiespolecenie}} | base32`
|
||||
|
||||
- Dekoduj z `stdin`:
|
||||
|
||||
`{{somecommand}} | base32 -d`
|
||||
`{{jakiespolecenie}} | base32 -d`
|
||||
|
|
Loading…
Add table
Reference in a new issue