UUE.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH UUE 1
  2. .SH NAME
  3. uue, uuencode - encode a binary file to ASCII (e.g., for mailing)
  4. .SH SYNOPSIS
  5. fBuuefR [fB-fInfR] fIfilefR [fB-fR]fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-fInfR" "How many lines to put in each file"
  19. .SH EXAMPLES
  20. .EX "uue file" "Encode fIfilefR to fIfile.uuefR"
  21. .EX "uue file - >x" "Encode fIfilefR and write on fIstdoutfR"
  22. .EX "uue -800 file" "Output on fIfile.uaafR, fIfile.uabfR etc."
  23. .SH DESCRIPTION
  24. .PP
  25. fIUuencodefR is a famous program that converts an arbitrary (usually binary)
  26. file to an encoding using only 64 ASCII characters.
  27. fIUudecodefR converts it back to the original file.
  28. The fIuuefR and fIuudfR programs are the 
  29. s-2MINIXs+2
  30. versions of these programs, and are compatible with the s-2UNIXs0 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 fIuuefR automatically split the encoded file up
  34. into small chunks.
  35. The output files then get the suffixes fI.uaafR, fI.uabfR, etc., instead
  36. of fI.uuefR.
  37. When fIuudfR is given fIfile.uaafR 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.
  41. .SH "SEE ALSO"
  42. .BR btoa (1),
  43. .BR uud (1).