3 uue, uuencode \- encode a binary file to ASCII (e.g., for mailing)
5 \fBuue\fR [\fB\-\fIn\fR] \fIfile\fR [\fB\-\fR]\fR
18 .FL "\-\fIn\fR" "How many lines to put in each file"
20 .EX "uue file" "Encode \fIfile\fR to \fIfile.uue\fR"
21 .EX "uue file \- >x" "Encode \fIfile\fR and write on \fIstdout\fR"
22 .EX "uue \-800 file" "Output on \fIfile.uaa\fR, \fIfile.uab\fR etc."
25 \fIUuencode\fR is a famous program that converts an arbitrary (usually binary)
26 file to an encoding using only 64 ASCII characters.
27 \fIUudecode\fR converts it back to the original file.
28 The \fIuue\fR and \fIuud\fR programs are the
30 versions of these programs, and are compatible with the \s-2UNIX\s0 ones.
31 The files produced can even be sent successfully over BITNET, which is
32 notorious for mangling files.
33 It is possible to have \fIuue\fR automatically split the encoded file up
35 The output files then get the suffixes \fI.uaa\fR, \fI.uab\fR, etc., instead
37 When \fIuud\fR is given \fIfile.uaa\fR to decode, it automatically includes
38 the subsequent pieces.
39 The encoding takes 3 bytes (24 bits) from the input file and renders it
40 as 4 bytes in the output file.