DOSREAD.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH DOSREAD 1
  2. .SH NAME
  3. dosread - read a file from an MS-DOS diskette [IBM]
  4. .SH SYNOPSIS
  5. fBdosreadfR [fB-afR] fIdrive fIfilefR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-a" "ASCII file"
  19. .SH EXAMPLES
  20. .EX "dosread C g/adv >adv" "Read file fIg/advfR from hard disk"
  21. .EX "dosread -a A prog.c >x" "Read ASCII file fIprog.cfR from drive A"
  22. .SH DESCRIPTION
  23. .PP
  24. .I Dosread
  25. reads one s-2MS-DOSs+2 file and writes it on standard output.
  26. The file name must use slash, not backslash as a separator.
  27. ASCII files have the final CTRL-Z stripped, and carriage return plus
  28. line feed are mapped to line feed only, the usual
  29. s-2MINIXs+2
  30. convention.  See fBdosdirfR on the use of single letter drive codes.