1mdir(1) General Commands Manual mdir(1)
2
3
4
6 mdir - display an MSDOS directory
7
8
9
11 This manpage has been automatically generated from mtools's texinfo
12 documentation, and may not be entirely accurate or complete. See the
13 end of this man page for details.
14
16 The mdir command is used to display an MS-DOS directory. Its syntax is:
17
18 mdir [-/] [-f] [-w] [-a] [-b] msdosfile [ msdosfiles...]
19
20 Mdir displays the contents of MS-DOS directories, or the entries for
21 some MS-DOS files.
22
23 Mdir supports the following command line options:
24
25 / Recursive output, just like MS-DOS' -s option
26
27 w Wide output. With this option, mdir prints the filenames across
28 the page without displaying the file size or creation date.
29
30 a Also list hidden files.
31
32 f Fast. Do not try to find out free space. On larger disks,
33 finding out the amount of free space takes up some non trivial
34 amount of time, as the whole FAT must be read in and scanned.
35 The -f flag bypasses this step. This flag is not needed on
36 FAT32 file systems, which store the size explicitly.
37
38 b Concise listing. Lists each directory name or filename, one per
39 line (including the filename extension). This switch displays no
40 heading information and no summary. Only a newline separated
41 list of pathnames is displayed.
42
43 An error occurs if a component of the path is not a directory.
44
46 Mtools' texinfo doc
47
49 This manpage has been automatically generated from mtools's texinfo
50 documentation. However, this process is only approximative, and some
51 items, such as crossreferences, footnotes and indices are lost in this
52 translation process. Indeed, these items have no appropriate represen‐
53 tation in the manpage format. Moreover, not all information has been
54 translated into the manpage version. Thus I strongly advise you to use
55 the original texinfo doc. See the end of this manpage for instructions
56 how to view the texinfo doc.
57
58 * To generate a printable copy from the texinfo doc, run the fol‐
59 lowing commands:
60
61 ./configure; make dvi; dvips mtools.dvi
62
63
64
65 * To generate a html copy, run:
66
67 ./configure; make html
68
69 A premade html can be found at `http://www.gnu.org/software/mtools/man‐
70 ual/mtools.html'
71
72 * To generate an info copy (browsable using emacs' info mode),
73 run:
74
75 ./configure; make info
76
77
78
79 The texinfo doc looks most pretty when printed or as html. Indeed, in
80 the info version certain examples are difficult to read due to the
81 quoting conventions used in info.
82
83mtools-4.0.43 21Mar23 mdir(1)