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