1
0
Fork 0
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:
Michal 2020-04-16 00:28:45 +02:00 committed by Starbeamrainbowlabs
parent f4faac72d2
commit 6b389acca1

View file

@ -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`