Penguin
Annotated edit history of mmove(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 mmove
2 !!!mmove
3 Name
4 Note of warning
5 Description
6 See Also
7 Viewing the texi doc
8 ----
9 !!Name
10
11
12 mmove - move or rename an MSDOS file or subdirectory
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 The mmove command is used to moves or renames an
24 existing MS-DOS file or subdirectory. mmove
25 [[-v] [[-D ''clash_option'']
26 ''sourcefile targetfile'' mmove [[-v]
27 [[-D ''clash_option''] ''sourcefile'' [[
28 ''sourcefiles''... ] ''targetdirectory''
29
30
31 Mmove moves or renames an existing MS-DOS file or
32 subdirectory. Unlike the MS-DOS version of MOVE,
33 mmove is able to move subdirectories. Files or
34 directories can only be moved within one filesystem. Data
35 cannot be moved from Dos to Unix or vice-versa. If you omit
36 the drive letter from the target file or directory, the same
37 letter as for the source is assumed. If you omit the drive
38 letter from all parameters, drive a: is assumed by
39 default.
40 !!See Also
41
42
43 Mtools' texinfo doc
44 !!Viewing the texi doc
45
46
47 This manpage has been automatically generated from mtools's
48 texinfo documentation. However, this process is only
49 approximative, and some items, such as crossreferences,
50 footnotes and indices are lost in this translation process.
51 Indeed, these items have no appropriate representation in
52 the manpage format. Moreover, not all information has been
53 translated into the manpage version. Thus I strongly advise
54 you to use the original texinfo doc. See the end of this
55 manpage for instructions how to view the texinfo
56 doc.
57
58
59 *
60
61
62 To generate a printable copy from the texinfo doc, run the
63 following commands:
64
65
66 __ ./configure; make dvi; dvips mtools.dvi
67 __
68
69
70 *
71
72
73 To generate a html copy, run:
74
75
76 __ ./configure; make html
77 __A premade html can be found at: `http://mtools.linux.lu' and also at: `http://www.tux.org/pub/knaff/mtools'
78
79
80 *
81
82
83 To generate an info copy (browsable using emacs' info mode),
84 run:
85
86
87 __ ./configure; make info
88 __
89
90
91 The texinfo doc looks most pretty when printed or as html.
92 Indeed, in the info version certain examples are difficult
93 to read due to the quoting conventions used in
94 info.
95 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.