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

  1.  
  2.  
  3.      X2D(LOCAL)
  4.  
  5.      Name
  6.           x2d - change file format from UNIX to MS-DOS
  7.  
  8.      Syntax
  9.           x2d [infile [outfile]]
  10.           x2d infile1 ... infileN outdir
  11.  
  12.      Description
  13.           x2d converts text  files from  Unix to  MS-DOS.   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 x2d command  adds
  18.           a CR character before  each LF.  Do not use  this utility on
  19.           binary object files.
  20.  
  21.           If no filename  is specified on the command line, x2d  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.           d2x(LOCAL)
  32.  
  33.      (printed 4/1/91)                                        X2D(LOCAL)
  34.  
  35.