blob: 057d3c5abc45cc2857245b93fb501807c7a5c288 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
Yi Kong39bbd962022-01-09 19:41:38 +08002.TH mdu 1 "08Jan22" mtools-4.0.37
Alistair Delvabeaee832021-02-24 11:27:23 -08003.SH Name
4mdu - display the amount of space occupied by an MSDOS directory
5'\" t
6.de TQ
7.br
8.ns
9.TP \\$1
10..
11
12.tr \(is'
13.tr \(if`
14.tr \(pd"
15
16.SH Note\ of\ warning
17This manpage has been automatically generated from mtools's texinfo
18documentation, and may not be entirely accurate or complete. See the
19end of this man page for details.
20.PP
21.SH Description
22.PP
23\&\fR\&\f(CWMdu\fR is used to list the space occupied by a directory, its
24subdirectories and its files. It is similar to the \fR\&\f(CWdu\fR command on
25Unix. The unit used are clusters. Use the minfo command to find out
26the cluster size.
27.PP
28\&\fR\&\f(CWmdu\fR [\fR\&\f(CW-a\fR] [ \fImsdosfiles\fR \&... ]
29.TP
30\&\fR\&\f(CWa\fR\
31All files. List also the space occupied for individual files.
32.TP
33\&\fR\&\f(CWs\fR\
34Only list the total space, don't give details for each subdirectory.
35.PP
36.SH See\ Also
37Mtools' texinfo doc
38.SH Viewing\ the\ texi\ doc
39This manpage has been automatically generated from mtools's texinfo
40documentation. However, this process is only approximative, and some
41items, such as crossreferences, footnotes and indices are lost in this
42translation process. Indeed, these items have no appropriate
43representation in the manpage format. Moreover, not all information has
44been translated into the manpage version. Thus I strongly advise you to
45use the original texinfo doc. See the end of this manpage for
46instructions how to view the texinfo doc.
47.TP
48* \ \
49To generate a printable copy from the texinfo doc, run the following
50commands:
51
52.nf
53.ft 3
54.in +0.3i
55 ./configure; make dvi; dvips mtools.dvi
56.fi
57.in -0.3i
58.ft R
59.PP
60
61\&\fR
62.TP
63* \ \
64To generate a html copy, run:
65
66.nf
67.ft 3
68.in +0.3i
69 ./configure; make html
70.fi
71.in -0.3i
72.ft R
73.PP
74
75\&\fRA premade html can be found at
76\&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
77.TP
78* \ \
79To generate an info copy (browsable using emacs' info mode), run:
80
81.nf
82.ft 3
83.in +0.3i
84 ./configure; make info
85.fi
86.in -0.3i
87.ft R
88.PP
89
90\&\fR
91.PP
92The texinfo doc looks most pretty when printed or as html. Indeed, in
93the info version certain examples are difficult to read due to the
94quoting conventions used in info.
95.PP