![Cisco Sx350 Скачать руководство пользователя страница 44](http://html.mh-extra.com/html/cisco/sx350/sx350_cli-manual_2609320044.webp)
Introduction
43
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
1
To use these special characters as single-character patterns, remove the special
meaning by preceding each character with a backslash (\).
The following examples are single-character patterns matching a dollar sign, an
underscore, and a plus sign, respectively.
\$ \_ \+
You can specify a range of single-character patterns to match against command
output. For example, you can create a regular expression that matches a string
containing one of the following letters: a, e, i, o, or u. Only one of these characters
must exist in the string for pattern matching to succeed. To specify a range of
single-character patterns, enclose the single-character patterns in square
brackets ([ ]). For example, [aeiou] matches any one of the five vowels of the
lowercase alphabet, while [abcdABCD] matches any one of the first four letters of
the lower- or uppercase alphabet.
You can simplify ranges by entering only the endpoints of the range separated by
a dash (-). Simplify the previous range as follows:
[a-dA-D]
To add a dash as a single-character pattern in your range, include another dash
and precede it with a backslash:
[a-dA-D\-]
You can also include a right square bracket (]) as a single-character pattern in your
range, as shown here:
[a-dA-D\-\]]
The previous example matches any one of the first four letters of the lower- or
uppercase alphabet, a dash, or a right square bracket.
You can reverse the matching of the range by including a caret (^) at the start of
the range. The following example matches any letter except the ones listed:
[^a-dqsv]
The following example matches anything except a right square bracket (]) or the
letter d:
[^\]d]
Содержание Sx350
Страница 1: ...Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide CLI GUIDE ...
Страница 26: ...25 Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 1 ...
Страница 237: ...CDP Commands Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 236 8 ...
Страница 503: ...IGMP Snooping Commands Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 502 23 1000 239 255 0 7 ...
Страница 532: ...IP Routing Protocol Independent Commands 531 Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 25 ...
Страница 736: ...IPv6 Prefix List Commands 735 Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 31 ...
Страница 975: ...RADIUS Commands Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 974 48 ...
Страница 1297: ...Virtual Local Area Network VLAN Commands Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 1296 67 4086 802 1x ...