coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/base64.1 (38 lines, 806 B) -rw-r--r-- blame download

012345678910111213141516171819202122232425262728293031323334353637
.TH BASE64 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
.SH NAME
base64 \(em base64 encode or decode data
.SH SYNOPSYS
\fBbase64\fR [-d] [\fIfile\fR]
.SH DESCRIPTION
Base64 encode or decode a file to standard output.
.SH OPTIONS
The following options are supported:
.TP
.B -d
Decode data.
.TP
.B --help
Display help information.
.TP
.B --version
Display version information.
.SH OPERANDS
The following operand is supported:
.TP
.I file
A pathname of an input file. If no \fIfile\fR operands are specified then
\fIbase64\fR will read from standard input.
.SH EXIT STATUS
The following exit values will be returned:
.TP
\ 0
All files were processed successfully.
.TP
>0
An error occurred.
.SH COPYRIGHT
.nf
Copyright (C) 2021, Jakob Wakeling
MIT Licence (https://opensource.org/licenses/MIT)
.fi