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

操作系统开发

开发平台:

C/C++

  1. .TH BTOA 1
  2. .SH NAME
  3. btoa - binary to ascii conversion
  4. .SH SYNOPSIS
  5. fBbtoafR [fB-adhorfR]fR [fIinfilefR] [fIoutfilefR]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 "-a" "Decode, rather than encode, the file"
  19. .FL "-d" "Extracts repair file from diagnosis file"
  20. .FL "-h" "Help menu is displayed giving the options"
  21. .FL "-o" "The obsolete algorithm is used for backward compatibility"
  22. .FL "-r" "Repair a damaged file"
  23. .SH EXAMPLES
  24. .EX "btoa <a.out >a.btoa" "Convert fIa.outfR to ASCII"
  25. .EX "btoa -a <a.btoa >a.out" "Reverse the above"
  26. .SH DESCRIPTION
  27. .PP
  28. fIBtoafR is a filter that converts a binary file to ascii for transmission
  29. over a telephone line.  If two file names are provided, the first in used for
  30. input and the second for output.  If only one is provided, it is used as the
  31. input file.  The program is a functionally similar alternative 
  32. to fIuue/uudfR, but the encoding is completely different.
  33. Since both of these are widely used, both have been provided with 
  34. s-2MINIXs+2.
  35. The file is expanded about 25 percent in the process.
  36. .SH "SEE ALSO"
  37. .BR uue (1),
  38. .BR uud (1).