UUD.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH UUD 1
  2. .SH NAME
  3. uud, uudecode - decode a binary file encoded with uue
  4. .SH SYNOPSIS
  5. fBuudfR [fB-nfR]fR [fB-s fIsrcdirfR] [fB-t fIdstdir/fR] fIfilefR
  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 "-n" "Do not verify checksums"
  19. .FL "-s" "Name of directory where fI.uuefR file is"
  20. .FL "-t" "Name of directory where output goes"
  21. .SH EXAMPLES
  22. .EX "uud file.uue " "Re-create the original file"
  23. .EX "uud - <file.uue" "The - means use fIstdinfR"
  24. .SH DESCRIPTION
  25. .PP
  26. fIUudfR decodes a file encoded with fIuuefR or
  27. s-2UNIXs+2
  28. fIuuencodefR.
  29. The decoded file is given the name that the original file had.  
  30. The name information is part of the encoded file.
  31. Mail headers and other junk before the encoded file are skipped.
  32. .SH "SEE ALSO"
  33. .BR uue (1).