sbase/uuencode.1

39 lines
567 B
Groff
Raw Normal View History

.Dd 2015-10-08
.Dt UUENCODE 1
.Os sbase
.Sh NAME
.Nm uuencode
.Nd encode a binary file
.Sh SYNOPSIS
.Nm
.Op Fl m
.Op Ar file
.Ar name
.Sh DESCRIPTION
.Nm
2015-02-01 14:52:28 -05:00
reads
.Ar file
and writes an encoded version to stdout.
The encoding uses only printing ASCII characters and
2015-02-01 14:52:28 -05:00
includes the mode of the file and the operand
.Ar name
for use by uudecode.
If no
.Ar name
2015-03-17 19:18:28 -04:00
is given
.Nm
reads from stdin.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl m
Use Base64 for encoding.
.El
.Sh SEE ALSO
.Xr uudecode 1
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2013
specification.