2015-10-08 11:15:08 -04:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt UUENCODE 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2015-01-30 18:25:28 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm uuencode
|
|
|
|
.Nd encode a binary file
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2015-02-13 06:38:52 -05:00
|
|
|
.Op Fl m
|
2015-01-30 18:25:28 -05:00
|
|
|
.Op Ar file
|
|
|
|
.Ar name
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-01 14:52:28 -05:00
|
|
|
reads
|
|
|
|
.Ar file
|
2015-03-17 19:14:56 -04:00
|
|
|
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.
|
2015-03-17 19:14:56 -04:00
|
|
|
If no
|
|
|
|
.Ar name
|
2015-03-17 19:18:28 -04:00
|
|
|
is given
|
2015-03-17 19:14:56 -04:00
|
|
|
.Nm
|
|
|
|
reads from stdin.
|
2015-02-13 06:38:52 -05:00
|
|
|
.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
|
2015-03-27 12:22:48 -04:00
|
|
|
.St -p1003.1-2013
|
2015-02-13 06:38:52 -05:00
|
|
|
specification.
|