R3303-HP HSR6800 Routers Fundamentals Command Reference

93
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
# In standalone mode, create folder test on the standby MPU (in slot 1).
<Sysname> mkdir slot1#cfa0:/test
....
%Created dir slot1#cfa0:/test.
# In IRF mode, create folder test on the active MPU of the IRF fabric.
<Sysname> mkdir test
....
%Created dir cfa0:/test1.
# In IRF mode, create folder test on the standby MPU in slot 1 on member device 2.
<Sysname> mkdir chassis2#slot1#cfa0:/test
....
%Created dir chassis2#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.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
It the content is too long to fit on one screen:
Pressing Enter displays the next line.
Pressing Space displays the next screen.
Pressing Ctrl+C or any other key exits the display.
This command is only applicable to text files.