2015-01-30 18:25:28 -05:00
|
|
|
.Dd January 30, 2015
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt UUENCODE 1
|
2015-01-30 18:25:28 -05:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm uuencode
|
|
|
|
.Nd encode a binary file
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Ar file
|
|
|
|
.Ar name
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-01-31 08:43:27 -05:00
|
|
|
reads file (or by default, the standard input) and writes an encoded version
|
|
|
|
to the standard output. The encoding uses only printing ASCII characters and
|
|
|
|
includes the mode of the file and the operand name for use by uudecode.
|
2015-01-30 18:25:28 -05:00
|
|
|
.Sh IMPLEMENTATION NOTES
|
2014-01-31 10:24:38 -05:00
|
|
|
This version of uuencode does not currently support the base64
|
|
|
|
encoding algorithm.
|