3 dosdir \- list an MS-DOS directory [IBM]
5 \fBdosdir\fR [\fB\-lr\fR] \fIdrive\fR
23 # Recursively descend and print subdirectories
27 # List root directory on drive A
30 # Recursively list directory \fIx/y\fR
33 # List device \fI/dev/fd1\fR
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.
46 are all links to the same program.
47 The program sees which function to perform by seeing how it was called.
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.