home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / soss.arj / D2X / D2X.1 next >
Text File  |  1991-04-01  |  1KB  |  34 lines

  1.  
  2.  
  3.      D2X(LOCAL)
  4.  
  5.      Name
  6.           d2x - change file format from MS-DOS to UNIX
  7.  
  8.      Syntax
  9.           d2x [infile [outfile]]
  10.           d2x infile1 ... infileN outdir
  11.  
  12.      Description
  13.           d2x converts text  files from  MS-DOS to  Unix.   DOS stores
  14.           text files  with line terminators  consisting of CR/LF,  and
  15.           sometimes  appends a control-Z  character to the end  of the
  16.           file.  Unix terminates lines with LF only, meaning Unix text
  17.           files require  slightly less space.   The d2x command strips
  18.           surplus CR  and control-Z characters.  Do not use this util-
  19.           ity on binary object files.
  20.  
  21.           If no filename  is specified on the command line, d2x  takes
  22.           input from standard  input and sends  its output to standard
  23.           output.  If a directory is specified as the destination, one
  24.       or more input files are copied into it.
  25.  
  26.       This program was written due to deficiencies in the SCO Unix
  27.       version,  and  due to the need for  portable  Unix/DOS  file
  28.       transfer utilities throughout the development environment.
  29.  
  30.      See Also
  31.           x2d(LOCAL)
  32.  
  33.      (printed 4/1/91)                                        D2X(LOCAL)
  34.