NAME:
base64 - base64 encode/decode data and print on the standard output
USAGE:
base64 [OPTION]... [FILE]
Base64 encode or decode FILE, or standard input, to standard output.
With no FILE, or when FILE is -, read standard input.
VERSION:
dev
GLOBAL OPTIONS:
--decode, -d decode data
--ignore-garbage, -i when decoding, ignore non-alphabet characters
--wrap int, -w int wrap encoded lines after COLS character; use 0 to disable wrapping (default: 76)
--help, -h show help
--version print version information and exit