R3102-R3103-HP 6600/HSR6600 Routers Fundamentals Command Reference
96
Views
User view
Default command level
3: Manage level
Parameters
directory: Name of a folder.
Usage guidelines
The name of the folder to be created must be unique in the specified directory. Otherwise, you will fail
to create the folder in the directory.
To use this command to create a folder, the specified directory must exist. For example, to create folder
cfa0:/test/mytest, the test folder must exist. Otherwise, you will fail to create the mytest folder.
Examples
# Create a folder named test in the current directory.
<Sysname> mkdir test
....
%Created dir cfa0:/test
# Create folder test/subtest in the current directory.
<Sysname> mkdir test/subtest
....
%Created dir cfa0:/test/subtest
# On the 6604/6608/6616 router, create folder test on the standby MPU (in slot 1).
<Sysname> mkdir slot1#cfa0:/test
....
%Created dir slot1#cfa0:/test.
more
Use more to display the contents of a file.
Syntax
more file-url [ | { begin | exclude | include } regular-expression ]
Views
User view
Default command level
3: Manage level
Parameters
file-url: File name.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.










