tldr/pages.pl/common/base32.md

286 B

base32

Enkoduj lub dekoduj plik lub standardowe wejście do/z Base32, na standardowe wyjście.

  • Enkoduj plik:

base32 {{filename}}

  • Dekoduj plik:

base32 -d {{filename}}

  • Enkoduj z stdin:

{{somecommand}} | base32

  • Dekoduj z stdin:

{{somecommand}} | base32 -d