1 classifying shortcut keys, 1 classifying shortcut keys -11, 8 outputting the display – Panasonic NN46240-501 User Manual

Page 74: 10 shortcut keys

Attention! The text in this document has been recognized automatically. To view the original document, you can use the "Original mode".

Advertising
background image

Nortel Secure Router 8000 Series

Configuration Guide - Basic Configuration

3 CLI overview

Metacharacter

Connotation

*

Characters on the left of this metacharacter appear 0 or many times

continuously in the target object.

+

Characters on the left of this metacharacter appear 1 or many times

continuously in the target object.

l

An OR relationship exists between characters on the left and right
of this metacharacter.

A

Characters on the right of this metacharacter must appear at the

beginning of the target object.

$

Characters on the left of this metacharacter must appear at the end

of the target object.

[xyz]

Matches the character listed in the square brackets.

[Axyz]

Matches any character that is not listed in the square brackets (

a

is

on the left of the character).

[a-z]

Matches any character within the specified range.

[Aa-z]

Matches any character that is not within the specified range.

{n}

The matches appear

n

times

(n

is a non-negative integer).

{

n

,}

The matches appear for at least

n

times (n is a non-negative integer).

{n,m}

The matches appear for

n-m

times

(m

and

n

are non-negative

integers 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 metacharacters. 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:

User-oriented and user-defined shortcut keys: CTRL_G, CTRL_L and CTRL_O. The
user can associate these shortcut keys with any commands. When the shortcut keys are
pressed, the system automatically runs the corresponding command. For information

about defining shortcut keys, see “Defining shortcut keys.”

System-defined shortcut keys: These are shortcut keys with fixed functions defined by

the system. Table 3-7 lists the system-defined shortcut keys.

Issue 5.3 (30 March 2009)

Nortel Networks Inc.

3-11

Advertising