HP MSR2000/3000/4000 Router Series Fundamentals Command Reference
189
Usage guidelines
The path must already exist. For example, to create the cfa0:/test/mytest directory, the directory test must
already exist on the CF card.
The name for the new directory must be unique in the upper-level directory.
Examples
# Create a directory named test in the current directory.
<boot> mkdir cfa0:/test
Directory cfa0:/test created.
# Create a directory named subtest in the test directory.
<boot> mkdir cfa0:/test/subtest
Directory cfa0:/test/subtest created.
Related commands
• dir
• rmdir
more
Use more to display the contents of a file.
Syntax
more file-url
Views
User view
Parameters
file-url: Specifies a file name.
Examples
# Display the contents of file test.txt.
<boot> more cfa0:/test.txt
Have a nice day.
move
Use move to move a file.
Syntax
move fileurl-source fileurl-dest
Views
User view
Parameters
fileurl-source: Specifies the name of the file to be moved, a case-insensitive string of 1 to 63 characters.
fileurl-dest: Specifies the name of the destination file or directory, a case-insensitive string of 1 to 63
characters.