2015-01-30 23:25:28 +00:00
|
|
|
.Dd January 30, 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
|
|
|
|
.Op Ar file
|
|
|
|
.Ar name
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-01 19:52:28 +00:00
|
|
|
reads
|
|
|
|
.Ar file
|
|
|
|
(or by default, the standard input) and writes an encoded version
|
2015-01-31 13:43:27 +00:00
|
|
|
to the standard output. 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-01-30 23:25:28 +00:00
|
|
|
.Sh IMPLEMENTATION NOTES
|
2014-01-31 15:24:38 +00:00
|
|
|
This version of uuencode does not currently support the base64
|
|
|
|
encoding algorithm.
|