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

操作系统开发

开发平台:

WINDOWS

  1. BTOA(1)                   Minix Programmer's Manual                    BTOA(1)
  2. NAME
  3.      btoa - binary to ascii conversion
  4. SYNOPSIS
  5.      btoa [-adhor] [infile] [outfile]
  6. OPTIONS
  7.      -a   Decode, rather than encode, the file
  8.      -d   Extracts repair file from diagnosis file
  9.      -h   Help menu is displayed giving the options
  10.      -o   The obsolete algorithm is used for backward compatibility
  11.      -r   Repair a damaged file
  12. EXAMPLES
  13.      btoa <a.out >a.btoa # Convert a.out to ASCII
  14.      btoa -a <a.btoa >a.out
  15.                          # Reverse the above
  16. DESCRIPTION
  17.      Btoa is a filter that converts a binary file to  ascii  for  transmission
  18.      over a telephone line.  If two file names are provided, the first in used
  19.      for input and the second for output.  If only one is provided, it is used
  20.      as  the input file.  The program is a functionally similar alternative to
  21.      uue/uud, but the encoding is completely different.  Since both  of  these
  22.      are  widely  used,  both  have  been  provided  with  MINIX.  The file is
  23.      expanded about 25 percent in the process.
  24. SEE ALSO
  25.      uue(1), uud(1).
  26.                                                                              1