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