📄 uue.1
字号:
.TH UUE 1.SH NAMEuue, 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.FL "\-\fIn\fR" "How many lines to put in each file".SH EXAMPLES.EX "uue file" "Encode \fIfile\fR to \fIfile.uue\fR".EX "uue file \- >x" "Encode \fIfile\fR and write on \fIstdout\fR".EX "uue \-800 file" "Output on \fIfile.uaa\fR, \fIfile.uab\fR etc.".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 \s-2MINIX\s+2versions 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 upinto small chunks.The output files then get the suffixes \fI.uaa\fR, \fI.uab\fR, etc., insteadof \fI.uue\fR.When \fIuud\fR is given \fIfile.uaa\fR to decode, it automatically includesthe 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).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -