base64

파일 또는 stdin을 base64로 인코딩하거나 디코딩하여 stdout 또는 다른 파일로 출력. 더 많은 정보: https://keith.github.io/xcode-man-pages/bintrans.1.

base64 {{[-i|--input]}} {{경로/대상/파일}}

base64 {{[-i|--input]}} {{경로/대상/입력_파일}} {{[-o|--output]}} {{경로/대상/출력_파일}}

base64 {{[-b|--break]}} {{0|76|...}} {{경로/대상/파일}}

base64 {{[-d|--decode]}} {{[-i|--input]}} {{경로/대상/파일}}

{{command}} | base64

{{command}} | base64 {{[-d|--decode]}}