Latest web development tutorials

Linux mmove command

Linux command Daquan Linux command Daquan

Linux mmove command in MS-DOS file system, move a file or directory, or change the name.

mmove tool for the mtools commands to simulate an MS-DOS move command, move the existing file or directory in the MS-DOS file system, or change the name of an existing file or directory.

grammar

mmove [源文件或目录...][目标文件或目录]

Parameter Description:

  • [Source file or directory ...]: to perform the operation source file or directory path
  • [Target file or directory]: perform the operation after the target file or directory path

Examples

Use the file command mmove "autorun.bat" move to the directory "test", enter the following command:

$ mmove autorun.bat test        #移动文件到目录test中 

After the above command is executed, the instruction will mmove file "autorun.bat" moved to the specified directory "test" in.

Note: You can use mdir command to view the files or directories after the move.

Linux command Daquan Linux command Daquan