Initial import package mtools: Programs for accessing MS-DOS disks without mounting...
[profile/ivi/mtools.git] / mdeltree.1
1 .TH mdeltree 1 "03Nov09" mtools-4.0.12
2 .SH Name
3 mdeltree - recursively delete an MSDOS directory and its contents
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 mdeltree"
22 .iX "c removing an MS-DOS directory recursively"
23 .iX "c erasing an MS-DOS directory recursively"
24 .iX "c deleting an MS-DOS directory recursively"
25 .iX "c recursively removing an MS-DOS directory"
26 .PP
27 The \fR\&\f(CWmdeltree\fR command is used to delete an MS-DOS file. Its syntax
28 is:
29 .PP
30 .ft I
31 .nf
32 \&\fR\&\f(CWmdeltree\fR [\fR\&\f(CW-v\fR] \fImsdosdirectory\fR [\fImsdosdirectories\fR\&...]
33 .fi
34 .ft R
35  
36 .PP
37 \&\fR\&\f(CWMdeltree\fR removes a directory and all the files and subdirectories
38 it contains from an MS-DOS filesystem. An error occurs if the directory
39 to be removed does not exist.
40 .PP
41 .SH See\ Also
42 Mtools' texinfo doc
43 .SH Viewing\ the\ texi\ doc
44 This manpage has been automatically generated from mtools's texinfo
45 documentation. However, this process is only approximative, and some
46 items, such as crossreferences, footnotes and indices are lost in this
47 translation process.  Indeed, these items have no appropriate
48 representation in the manpage format.  Moreover, not all information has
49 been translated into the manpage version.  Thus I strongly advise you to
50 use the original texinfo doc.  See the end of this manpage for
51 instructions how to view the texinfo doc.
52 .TP
53 * \ \ 
54 To generate a printable copy from the texinfo doc, run the following
55 commands:
56  
57 .nf
58 .ft 3
59 .in +0.3i
60     ./configure; make dvi; dvips mtools.dvi
61 .fi
62 .in -0.3i
63 .ft R
64 .lp
65  
66 \&\fR
67 .TP
68 * \ \ 
69 To generate a html copy,  run:
70  
71 .nf
72 .ft 3
73 .in +0.3i
74     ./configure; make html
75 .fi
76 .in -0.3i
77 .ft R
78 .lp
79  
80 \&\fRA premade html can be found at
81 \&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
82 .TP
83 * \ \ 
84 To generate an info copy (browsable using emacs' info mode), run:
85  
86 .nf
87 .ft 3
88 .in +0.3i
89     ./configure; make info
90 .fi
91 .in -0.3i
92 .ft R
93 .lp
94  
95 \&\fR
96 .PP
97 The texinfo doc looks most pretty when printed or as html.  Indeed, in
98 the info version certain examples are difficult to read due to the
99 quoting conventions used in info.
100 .PP