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

操作系统开发

开发平台:

WINDOWS

  1. DOSREAD(1)                Minix Programmer's Manual                 DOSREAD(1)
  2. NAME
  3.      dosread - read a file from an MS-DOS diskette [IBM]
  4. SYNOPSIS
  5.      dosread [-a] drive file
  6. OPTIONS
  7.      -a   ASCII file
  8. EXAMPLES
  9.      dosread C g/adv >adv
  10.                          # Read file g/adv from hard disk
  11.      dosread -a A prog.c >x
  12.                          # Read ASCII file prog.c from drive A
  13. DESCRIPTION
  14.      Dosread reads one MS-DOS file and writes it on standard output.  The file
  15.      name  must use slash, not backslash as a separator.  ASCII files have the
  16.      final CTRL-Z stripped, and carriage return plus line feed are  mapped  to
  17.      line  feed  only,  the  usual MINIX convention.  See dosdir on the use of
  18.      single letter drive codes.
  19.                                                                              1