To display all output at one time and refresh the screen continuously until the last screen is displayed:
Task | Command | Remarks |
Disable pausing |
|
between screens of | |
output for the current | disable |
session. |
|
The default for a session depends on the setting of the
This command is executed in user view and takes effect only for the current session. When you relog in to the device, the default is restored.
Filtering the output from a display command
You can use one of the following methods to filter the output from a display command:
•Specify the { begin exclude include }
•When the system pauses after displaying a screen of output, enter a forward slash (/), minus sign
The following definitions apply to the begin, exclude, and include keywords:
•
•
•
A regular expression is a
Table 27 Special characters supported in a regular expression
Character | Meaning | Examples | |
^string | Matches the beginning of a line. | "^user" matches all lines beginning with "user". A | |
line beginning with "Auser" is not matched. | |||
|
| ||
|
|
| |
string$ | Matches the end of a line. | "user$" matches lines ending with "user". A line | |
ending with "userA" is not matched. | |||
|
| ||
|
|
| |
| Matches any single character, such |
| |
. | as a single character, a special | ".s" matches both "as" and "bs". | |
| character, and a blank. |
|
*
+
Matches the preceding character or | "zo*" matches "z" and "zoo", and "(zo)*" matches | |
character group zero or multiple | ||
"zo" and "zozo". | ||
times. | ||
| ||
Matches the preceding character or |
| |
character group one or multiple | "zo+" matches "zo" and "zoo", but not "z". | |
times |
| |
Matches the preceding or | "defint" only matches a character string | |
succeeding character string | containing "def" or "int". |
130