파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.
base32 {{filename}}
base32 -d {{filename}}
stdin
{{somecommand}} | base32
{{somecommand}} | base32 -d