VM: full munmap
[minix.git] / man / man1 / dosdir.1
blobefba4cdaab046058d8a06fb1827c414e11e04e70
1 .TH DOSDIR 1
2 .SH NAME
3 dosdir \- list an MS-DOS directory [IBM]
4 .SH SYNOPSIS
5 \fBdosdir\fR [\fB\-lr\fR] \fIdrive\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 \-l
20 # Long listing
21 .TP 5
22 .B \-r
23 # Recursively descend and print subdirectories
24 .SH EXAMPLES
25 .TP 20
26 .B dosdir \-l A
27 # List root directory on drive A
28 .TP 20
29 .B dosdir \-r C x/y
30 # Recursively list directory \fIx/y\fR
31 .TP 20
32 .B dosdir \-r fd1
33 # List device \fI/dev/fd1\fR
34 .SH DESCRIPTION
35 .PP
36 .I Dosdir
37 reads standard IBM PC diskettes or hard disk partitions in
38 \s-2MS-DOS\s+2 format and lists their contents on standard output.
39 Directory names should contain slashes to separate components, even though
40 \s-2MS-DOS\s+2 uses backslashes.
41 The names
42 .I dosdir ,
43 .I dosread ,
44 and 
45 .I doswrite
46 are all links to the same program.
47 The program sees which function to perform by seeing how it was called.
48 A drive code of
49 .I A
50 causes the program to use \fI/dev/dosA\fR, for example, 
51 a link to \fI/dev/fd0\fR.
52 Similarly, to have hard disk partition 1 be DOS drive C, \fI/dev/dosC\fR 
53 could be a link to \fI/dev/hd1\fR, and so on for other drive codes.
54 A normal device name may also be used instead of a drive code.