2015-03-27 16:22:48 +00:00
|
|
|
.Dd March 27, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt UUENCODE 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-30 23:25:28 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm uuencode
|
|
|
|
.Nd encode a binary file
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2015-02-13 11:38:52 +00:00
|
|
|
.Op Fl m
|
2015-01-30 23:25:28 +00:00
|
|
|
.Op Ar file
|
|
|
|
.Ar name
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-01 19:52:28 +00:00
|
|
|
reads
|
|
|
|
.Ar file
|
2015-03-17 23:14:56 +00:00
|
|
|
and writes an encoded version to stdout.
|
|
|
|
The encoding uses only printing ASCII characters and
|
2015-02-01 19:52:28 +00:00
|
|
|
includes the mode of the file and the operand
|
|
|
|
.Ar name
|
|
|
|
for use by uudecode.
|
2015-03-17 23:14:56 +00:00
|
|
|
If no
|
|
|
|
.Ar name
|
2015-03-17 23:18:28 +00:00
|
|
|
is given
|
2015-03-17 23:14:56 +00:00
|
|
|
.Nm
|
|
|
|
reads from stdin.
|
2015-02-13 11:38:52 +00: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 16:22:48 +00:00
|
|
|
.St -p1003.1-2013
|
2015-02-13 11:38:52 +00:00
|
|
|
specification.
|