uuencode.1 (465B)
1 .TH UUENCODE 1 sbase\-VERSION 2 .SH NAME 3 uuencode \- encode a binary file 4 .SH SYNOPSIS 5 .B uuencode 6 .RI [file] 7 .RB name 8 .SH DESCRIPTION 9 .B uuencode 10 reads file (or by default, the standard input) and writes an encoded 11 version to the standard output. The encoding uses only printing ASCII 12 characters and includes the mode of the file and the operand name 13 for use by uudecode. 14 .SH NOTES 15 This version of uuencode does not currently support the base64 16 encoding algorithm.