R0106-HP MSR Router Series Fundamentals Command Reference(V7)
190
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 flash:/test
Directory flash:/test created.
# Create a directory named subtest in the test directory.
<boot> mkdir flash:/test/subtest
Directory flash:/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 flash:/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.
Usage guidelines
If you specify a non-existent destination file name, the command moves the source file to the destination
directory and renames it.