3 CLI Overview
Quidway NetEngine20/20E
Configuration Guide - Basic Configurations
3-12
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
Issue 05 (2010-01-30)
Metacharacter
Connotation
{n,m}
The matches appear for n-m times (m and n are non-negative
integer and n is smaller than or equal to m).
Note that there is no space between n and m.
For example:
^ip: matches the target object that begins with the character string "ip".
ip$: matches the target object that ends with the character string "ip".
The simplest regular expressions do not contain any metacharacter. For example, when a
regular expression is defined as "hello", it matches only the character string "hello".
3.10 Shortcut Keys
3.10.1 Classifying Shortcut Keys
The shortcut keys in the system are classified into the following types:
z
User-oriented and user-defined shortcut keys: CTRL_G, CTRL_L, and CTRL_O. The
user can correlate these shortcut keys with any commands. When the shortcut keys are
pressed, the system automatically runs the corresponding command. For the details of
defining the shortcut keys, see
Defining Shortcut Keys
.
z
System-defined shortcut keys: These shortcut keys with fixed functions are defined by
the system.
Table 3-7
lists the system-defined shortcut keys.
Different terminal software defines these keys differently. Therefore, the shortcut keys on the terminal
may be different from those listed in this section.
Table 3-7
System-defined shortcut keys
Key
Function
CTRL_A
The cursor moves to the beginning of the current
line.
CTRL_B
The cursor moves leftward by the space of a
character.
CTRL_C
Terminates the running function.
CTRL_D
Deletes the character where the cursor lies.
CTRL_E
The cursor moves to the end of the current line.
CTRL_F
The cursor moves rightward by the space of a
character.
CTRL_H
Deletes one character on the left of the cursor.
CTRL_K
Terminates the outbound connection.