2005-05-02 15:01:42 +02:00
|
|
|
.TH UUE 1
|
|
|
|
.SH NAME
|
|
|
|
uue, uuencode \- encode a binary file to ASCII (e.g., for mailing)
|
|
|
|
.SH SYNOPSIS
|
|
|
|
\fBuue\fR [\fB\-\fIn\fR] \fIfile\fR [\fB\-\fR]\fR
|
|
|
|
.br
|
|
|
|
.de FL
|
|
|
|
.TP
|
|
|
|
\\fB\\$1\\fR
|
|
|
|
\\$2
|
|
|
|
..
|
|
|
|
.de EX
|
|
|
|
.TP 20
|
|
|
|
\\fB\\$1\\fR
|
|
|
|
# \\$2
|
|
|
|
..
|
|
|
|
.SH OPTIONS
|
2012-03-31 23:44:29 +02:00
|
|
|
.TP 5
|
|
|
|
.B \-\fIn\fR
|
|
|
|
# How many lines to put in each file
|
2005-05-02 15:01:42 +02:00
|
|
|
.SH EXAMPLES
|
2012-03-31 23:44:29 +02:00
|
|
|
.TP 20
|
|
|
|
.B uue file
|
|
|
|
# Encode \fIfile\fR to \fIfile.uue\fR
|
|
|
|
.TP 20
|
|
|
|
.B uue file \- >x
|
|
|
|
# Encode \fIfile\fR and write on \fIstdout\fR
|
|
|
|
.TP 20
|
|
|
|
.B uue \-800 file
|
|
|
|
# Output on \fIfile.uaa\fR, \fIfile.uab\fR etc.
|
2005-05-02 15:01:42 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
\fIUuencode\fR is a famous program that converts an arbitrary (usually binary)
|
|
|
|
file to an encoding using only 64 ASCII characters.
|
|
|
|
\fIUudecode\fR converts it back to the original file.
|
|
|
|
The \fIuue\fR and \fIuud\fR programs are the
|
2005-08-22 14:56:02 +02:00
|
|
|
\s-1MINIX 3\s-1
|
2005-05-02 15:01:42 +02:00
|
|
|
versions of these programs, and are compatible with the \s-2UNIX\s0 ones.
|
|
|
|
The files produced can even be sent successfully over BITNET, which is
|
|
|
|
notorious for mangling files.
|
|
|
|
It is possible to have \fIuue\fR automatically split the encoded file up
|
|
|
|
into small chunks.
|
|
|
|
The output files then get the suffixes \fI.uaa\fR, \fI.uab\fR, etc., instead
|
|
|
|
of \fI.uue\fR.
|
|
|
|
When \fIuud\fR is given \fIfile.uaa\fR to decode, it automatically includes
|
|
|
|
the subsequent pieces.
|
|
|
|
The encoding takes 3 bytes (24 bits) from the input file and renders it
|
|
|
|
as 4 bytes in the output file.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR btoa (1),
|
|
|
|
.BR uud (1).
|