Penguin
Annotated edit history of mdu(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 mdu
2 !!!mdu
3 Name
4 Note of warning
5 Description
6 See Also
7 Viewing the texi doc
8 ----
9 !!Name
10
11
12 mdu - display the amount of space occupied by an MSDOS directory
13 !!Note of warning
14
15
16 This manpage has been automatically generated from mtools's
17 texinfo documentation, and may not be entirely accurate or
18 complete. See the end of this man page for
19 details.
20 !!Description
21
22
23 Mdu is used to list the space occupied by a
24 directory, its subdirectories and its files. It is similar
25 to the du command on Unix. The unit used are
26 clusters. Use the minfo command to find out the cluster
27 size.
28
29
30 mdu [[-a] [[ ''msdosfiles'' ...
31 ]
32
33
34 a
35
36
37 All files. List also the space occupied for individual
38 files.
39
40
41 s
42
43
44 Only list the total space, don't give details for each
45 subdirectory.
46 !!See Also
47
48
49 Mtools' texinfo doc
50 !!Viewing the texi doc
51
52
53 This manpage has been automatically generated from mtools's
54 texinfo documentation. However, this process is only
55 approximative, and some items, such as crossreferences,
56 footnotes and indices are lost in this translation process.
57 Indeed, these items have no appropriate representation in
58 the manpage format. Moreover, not all information has been
59 translated into the manpage version. Thus I strongly advise
60 you to use the original texinfo doc. See the end of this
61 manpage for instructions how to view the texinfo
62 doc.
63
64
65 *
66
67
68 To generate a printable copy from the texinfo doc, run the
69 following commands:
70
71
72 __ ./configure; make dvi; dvips mtools.dvi
73 __
74
75
76 *
77
78
79 To generate a html copy, run:
80
81
82 __ ./configure; make html
83 __A premade html can be found at: `http://mtools.linux.lu' and also at: `http://www.tux.org/pub/knaff/mtools'
84
85
86 *
87
88
89 To generate an info copy (browsable using emacs' info mode),
90 run:
91
92
93 __ ./configure; make info
94 __
95
96
97 The texinfo doc looks most pretty when printed or as html.
98 Indeed, in the info version certain examples are difficult
99 to read due to the quoting conventions used in
100 info.
101 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.