kernel, libc: signals fixes
[minix.git] / man / man1 / dosread.1
blob8f0a5fe28f95a8d6c3d5475f70442753a6e49248
1 .TH DOSREAD 1
2 .SH NAME
3 dosread \- read a file from an MS-DOS diskette [IBM]
4 .SH SYNOPSIS
5 \fBdosread\fR [\fB\-a\fR] \fIdrive \fIfile\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-a
20 # ASCII file
21 .SH EXAMPLES
22 .TP 20
23 .B dosread C g/adv >adv
24 # Read file \fIg/adv\fR from hard disk
25 .TP 20
26 .B dosread \-a A prog.c >x
27 # Read ASCII file \fIprog.c\fR from drive A
28 .SH DESCRIPTION
29 .PP
30 .I Dosread
31 reads one \s-2MS-DOS\s+2 file and writes it on standard output.
32 The file name must use slash, not backslash as a separator.
33 ASCII files have the final CTRL-Z stripped, and carriage return plus
34 line feed are mapped to line feed only, the usual
35 \s-1MINIX 3\s-1
36 convention.  See \fBdosdir\fR on the use of single letter drive codes.