Symbols
A
C
- C Series Controllers
- C Series controllers
- C Series platforms
- candidate configuration
- CLI
- command hierarchy
- command history
- command mode
- configuration mode
- command completion
- commands 1, 2
- comparing
- entering 1, 2
- exiting
- hierarchy 1, 2, 3
- navigation commands
- overview 1, 2
- statement description
- symbols in statement lists 1, 2
- verifying configurations
- editing level 1, 2
- environment settings
- help 1, 2
- interface elements
- keyboard sequences
- messages
- modes
- operating systems
- overview 1, 2
- password
- prerequisites
- privilege levels
- prompt strings
- tutorial
- working directory
- command output
- commands
- commit and-quit command 1, 2
- commit check command
- commit command 1, 2
- configuration
- configuration files
- configuration hierarchy
- configuration mode See CLI
- configuration statements
- deleting
- overview 1, 2
- symbols in statements
- configure command
- conventions
- count filter
- cursor, moving
- customer support 1
D
- delete command 1, 2
- directories on C Series Controller
- documentation
E
- edit command 1, 2
- enable command
- environment settings, CLI 1
- except filter
- exit command 1, 2
F
H
I
K
L
M
- manuals
- messages
- MORE filter
- MORE prompt
N
O
- online help See CLI, help
- operational mode
P
Q
R
- redrawing screen
- regular expressions
- rename command 1, 2
- request system halt command
- request system reboot
- restart command 1, 2
- rollback command 1, 2
- run command
S
- save command
- screen
- set cli complete-on-space command
- set cli directory command 1, 2
- set cli language command
- set cli level command
- set cli password command
- set cli prompt command
- set cli screen-length command
- set cli screen-width command
- set cli terminal command
- set command 1, 2
- show cli authorization command
- show cli command
- show cli history command
- show cli level command
- show command
- show component command 1, 2
- show configuration command
- show system information command
- SRC CLI
- starting
- SRC components
- SRC modules
- SRC software
- statements See configuration statements, names of individual statements
- support, technical See technical support
- symbols in statements
T
U
- up command
- URLs in commands
- user accounts
W
X
Download This Guide
Related Documentation
Using Keyboard Sequences at the MORE Prompt in the SRC CLI
If the output from a command is longer than the screen length, it appears one screen at a time by means of a UNIX more-type interface. The prompt ---(more)--- indicates that more output is available. This format is helpful when you want to scroll and search through lengthy output.
The SRC software uses the Less program to provide navigation and search capability at the MORE prompt. The SRC software does not permit the Less program access to files or the shell.
Table 14 lists the keyboard sequences for the commands most frequently used at the MORE prompt.
Table 14: MORE Prompt Keyboard Sequences
Category | Action | Keyboard Sequence |
---|---|---|
Get Help | Display information about the keyboard sequences you can display at the MORE prompt. Commands listed that access files or the shell are not supported. | h, H |
Scroll Down | Scroll down one line. | e, Ctrl+e, j, Ctrl+n, Enter, down arrow |
Scroll down one-half screen. | d, Ctrl+d | |
Scroll down one whole screen. | f, Ctrl+f, Ctrl+v, z, Space | |
Scroll down to the bottom of the output. | F | |
Jump to the last line in the output and exit to the CLI prompt. | G | |
Scroll Up | Display the previous line of output. | y, Ctrl+y, k, Ctrl+k, Ctrl+p, up arrow |
Scroll up one-half screen. | u, Ctrl+u | |
Scroll up one whole screen. | b, Ctrl+b, Esc+v, w | |
Jump to the first line of the output. | g | |
Move left and right | Move right one-half screen width. | Esc+), right arrow |
Move left one-half screen width. | ESC+(, left arrow | |
Search | Search forward for a string. You can also search for a string by specifying the | match filter when entering a command using the pipe symbol. See Displaying Output That Matches a Regular Expression. | /string |
Search backward for a string. | ?string | |
Repeat a previous search for a string. | Up arrow while in search mode | |
Repeat the previous search for a string in the opposite direction. | Down arrow while in search mode | |
Interrupt or End Output, Redraw the Output, and Save the Output to a File | Interrupt the display of output. | q, :q, Q, :Q, ZZ |
Redraw the output on the screen. | r, Ctrl+r, Ctrl+l | |
Redraw the output on the screen and discard buffered input. | R |