UUE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH UUE 1
- .SH NAME
- uue, uuencode - encode a binary file to ASCII (e.g., for mailing)
- .SH SYNOPSIS
- fBuuefR [fB-fInfR] fIfilefR [fB-fR]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-fInfR" "How many lines to put in each file"
- .SH EXAMPLES
- .EX "uue file" "Encode fIfilefR to fIfile.uuefR"
- .EX "uue file - >x" "Encode fIfilefR and write on fIstdoutfR"
- .EX "uue -800 file" "Output on fIfile.uaafR, fIfile.uabfR etc."
- .SH DESCRIPTION
- .PP
- fIUuencodefR is a famous program that converts an arbitrary (usually binary)
- file to an encoding using only 64 ASCII characters.
- fIUudecodefR converts it back to the original file.
- The fIuuefR and fIuudfR programs are the
- s-2MINIXs+2
- versions of these programs, and are compatible with the s-2UNIXs0 ones.
- The files produced can even be sent successfully over BITNET, which is
- notorious for mangling files.
- It is possible to have fIuuefR automatically split the encoded file up
- into small chunks.
- The output files then get the suffixes fI.uaafR, fI.uabfR, etc., instead
- of fI.uuefR.
- When fIuudfR is given fIfile.uaafR 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).