547-554.html
来自「linux-unix130.linux.and.unix.ebooks130 l」· HTML 代码 · 共 141 行
HTML
141 行
<HTML>
<HEAD>
<TITLE>Linux in Plain English:Linux Commands Organized by Group</TITLE>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!--ISBN=1558285423//-->
<!--TITLE=Linux in Plain English//-->
<!--AUTHOR=Patrick Volkerding//-->
<!--AUTHOR=Kevin Reichard//-->
<!--PUBLISHER=IDG Books Worldwide, Inc.//-->
<!--IMPRINT=M & T Books//-->
<!--CHAPTER=5//-->
<!--PAGES=547-554//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="533-546.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch06/555-558.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<P><FONT SIZE="+1"><B>mmove......<TT>Move/Rename MS-DOS File</TT></B></FONT></P>
<P><B>mmove</B> <I>option sourcefile targetfile</I></P>
<P><B>mmove</B> <I>option sourcefile(s) targetdirectory</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mmove</B> command moves or renames an existing MS-DOS file or subdirectory.</P>
<P><FONT SIZE="+1"><B><I>OPTION</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="20%" VALIGN="TOP"><B>v</B>
<TD WIDTH="80%">Works in verbose mode, displaying the new filename if the new name is invalid.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>mren</B>
</DL>
<P><FONT SIZE="+1"><B>mren......<TT>Rename MS-DOS File</TT></B></FONT></P>
<P><B>mren</B> <I>option sourcefile targetfile</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mren</B> command renames an MS-DOS file on a floppy drive.</P>
<P><FONT SIZE="+1"><B><I>OPTION</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="20%" VALIGN="TOP"><B>v</B>
<TD WIDTH="80%">Works in verbose mode, displaying the new filename if the new name is invalid.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>mmove</B>
</DL>
<P><FONT SIZE="+1"><B>mrd......<TT>Remove MS-DOS Directory</TT></B></FONT></P>
<P><B>mrd</B> <I>option msdosdirectory</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mrd</B> command removes an MS-DOS directory from a floppy disk.</P>
<P><FONT SIZE="+1"><B><I>OPTION</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="20%" VALIGN="TOP"><B>v</B>
<TD WIDTH="80%">Works in verbose mode, displaying the directory name as it is removed.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>mdeltree</B>
<DD><B>mmd</B>
</DL>
<P><FONT SIZE="+1"><B>mread......<TT>Copy MS-DOS File</TT></B></FONT></P>
<P><B>mread</B> <I>option(s) msdosfile unixfile</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mread</B> command copies an MS-DOS file to a Linux system. This is an obsolete command, but some older scripts may support it. The preferred command is <B>mcopy</B>.</P>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>mcopy</B>
<DD><B>mtype</B>
</DL>
<P><FONT SIZE="+1"><B>mtest......<TT>Tests Mtools</TT></B></FONT></P>
<P><B>mtest</B></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mtest</B> command reads the mtools configuration files and prints the cumulative configuration to standard output, which can then be used as configuration files. You can use this to convert old configuration files to new configuration files.</P>
<P><FONT SIZE="+1"><B>mtype......<TT>Display MS-DOS File</TT></B></FONT></P>
<P><B>mtype</B> <I>option(s) msdosfile</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mtype</B> command displays an MS-DOS file.</P>
<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="20%"><B>s</B>
<TD WIDTH="80%">Strips the high bit from the displayed file.
<TR>
<TD><B>t</B>
<TD>Assumes that the file is a text file.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>mcd</B>
<DD><B>mread</B>
</DL>
<P><FONT SIZE="+1"><B>mwrite......<TT>Write Linux File to MS-DOS</TT></B></FONT></P>
<P><B>mwrite</B> <I>unixfile</I> <B>dosfile</B></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>mwrite</B> command copies a Linux file to an MS-DOS filesystem on a floppy disk. This file is considered to be obsolete and exists only to provide backward compatibility with older shell scripts; use <B>mcopy</B> instead.</P>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>mcopy</B>
</DL>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="533-546.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch06/555-558.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?