.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH base32 1 "base32 " .SH NAME base32 \- Base32 encode/decode data and print to standard output .SH SYNOPSIS \fBbase32\fR [\fB\-d\fR|\fB\-\-decode\fR] [\fB\-i\fR|\fB\-\-ignore\-space\fR] [\fB\-w\fR|\fB\-\-wrap\fR] [\fB\-c\fR|\fB\-\-color\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-q\fR|\fB\-\-quiet\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIFILE\fR] .SH DESCRIPTION Base32 encode/decode data and print to standard output .SH OPTIONS .TP \fB\-d\fR, \fB\-\-decode\fR Decode rather than encode .TP \fB\-i\fR, \fB\-\-ignore\-space\fR Ignore whitespace when decoding .TP \fB\-w\fR, \fB\-\-wrap\fR [default: 76] Wrap encoded lines after n characters .TP \fB\-c\fR, \fB\-\-color\fR .br [\fIpossible values: \fRalways, ansi, auto, never] .TP \fB\-v\fR, \fB\-\-verbose\fR output a diagnostic for every file processed .TP \fB\-q\fR, \fB\-\-quiet\fR Do not display header, even with multiple files .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP [\fIFILE\fR] .SH AUTHORS Nathan Fisher