tldr/pages.ko/common/base32.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

309 B

base32

파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.

  • 파일 인코딩:

base32 {{filename}}

  • 파일 디코딩:

base32 -d {{filename}}

  • stdin에서 인코딩:

{{somecommand}} | base32

  • stdin에서 디코딩:

{{somecommand}} | base32 -d