home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / FREEDOS.ZIP / FD_A4PRE.ZIP / HELP / UNIX2DOS < prev    next >
Text File  |  1995-06-28  |  995b  |  67 lines

  1.  
  2.      UNIX2DOS (utility)     Free-DOS Alpha 4 release     UNIX2DOS (utility)
  3.  
  4.  
  5.  
  6.      NAME: 
  7.  
  8.           UNIX2DOS - Converts text file(s) from UNIX to newline DOS 
  9.           format 
  10.  
  11.      SYNOPSIS: 
  12.  
  13.           UNIX2DOS [file..] 
  14.  
  15.      DESCRIPTION: 
  16.  
  17.           UNIX2DOS converts the single newline character used in UNIX 
  18.           to the DOS carriage return/newline pair used in DOS. The 
  19.           converted files are printed to the standard output so that 
  20.           you can redirect them to a file.  
  21.  
  22.           If no file is specified, UNIX2DOS will convert the data read 
  23.           from  standard input.  Data may be piped or redirected into 
  24.           UNIX2DOS.  
  25.  
  26.      AUTHOR: 
  27.  
  28.           James Hall 
  29.  
  30.      EXAMPLES: 
  31.  
  32.           To convert the UNIX file "PASSWD" to the DOS file 
  33.           "PASSWD.OUT": 
  34.  
  35.                 UNIX2DOS PASSWD > PASSWD.OUT 
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.