
111
move
Syntax
move
fileurl-source fileurl-dest
View
User view
Default Level
3: Manage level
Parameters
fileurl
-
source
: Name of the source file.
fileurl
-
dest
: Name of the target file or folder.
Description
Use the
move
command to move a file.
If you specify a target folder, the system moves the source file to the specified folder,
with the file name unchanged.
You cannot move files between storage media of different types or between different
partitions of a CF card.
Examples
Example 1:
Move file
flash:/test/sample.txt
to
flash:/
, and save it as
1.txt
.
<Sysname> move test/sample.txt 1.txt
Move flash:/test/sample.txt to flash:/1.txt?[Y/N]:y
...
% Moved file flash:/test/sample.txt to flash:/1.txt
Example 2:
Move file
b.cfg
to the subfolder
test2
.
<Sysname> move b.cfg test2
Move flash:/b.cfg to flash:/test2/b.cfg?[Y/N]:y
.
%Moved file flash:/b.cfg to flash:/test2/b.cfg.
pwd
Syntax
pwd