File Management Commands
©2008 Allied Telesis Inc. All rights reserved.
7.16
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
move
This command renames or moves a file.
Syntax
move
<source-url> <destination-url>
Mode
Privileged Exec mode.
Examples
To rename the file “temp.cfg” to “startup.cfg”, use the command:
awplus#
move temp.cfg startup.cfg
To move the file “temp.cfg” from the root of the flash filesystem to the directory “myconfigs”,
use the command:
awplus#
move temp.cfg myconfigs/temp.cfg
Related Commands
delete
edit
show file
show file systems
pwd
This command prints the current working directory.
Syntax
pwd
Mode
Privileged Exec mode.
Examples
To print the current working directory, use the command:
awplus#
pwd
Related Commands
cd
Parameter
Description
<source-url>
The URL of the source file. See
“URL Syntax and Keyword
Usage” on page 7.2
for valid URL syntax.
<destination-url>
The URL of the destination file. See
“URL Syntax and Keyword
Usage” on page 7.2
for valid URL syntax.