System information
Using the Command Line Interface (CLI)
CLI Control and Editing
CLI Control and Editing
Keystrokes Function
[Ctrl] [A] Jumps to the first character of the command line.
[Ctrl]
[B]
or [<]
Moves the cursor back one character.
[Ctrl] [D] Deletes the character at the cursor.
[Ctrl] [E] Jumps to the end of the current command line.
[Ctrl]
[F]
or [>]
Moves the cursor forward one character.
[Ctrl] [I] Completes the current command word (same as using [Tab]).
[Ctrl] [K] Deletes from the cursor to the end of the command line.
[Ctrl]
[L],
or [Ctrl] [R]
Repeats current command line on a new line.
[Ctrl]
[N]
or [v]
Enters the next command line in the history buffer.
[Ctrl]
[P]
or [^]
Enters the previous command line in the history buffer.
[Ctrl]
[Q]
Enables the output of command text on the console.
[Ctrl]
[S]
Disables the output of command text on the console.
[Ctrl]
[T]
Moves the character at the cursor one position to the left.
[Ctrl]
[U]
Deletes from the cursor to the beginning of the command line.
[Ctrl] [W] Deletes the last word typed.
[Ctrl]
[Y]
Recalls the most recent entry in the delete buffer.
[Ctrl]
[Z]
Exits the current command level to the previous level.
[Esc] [B] * Moves the cursor backward one word.
[Esc] [C] * Capitalizes the word at the cursor.
[Esc] [D] * Deletes from the cursor to the end of the word.
[Esc] [F] * Moves the cursor forward one word.
[Esc] [L] * Changes the word at the cursor to lowercase.
[Esc] [U] * Capitalizes characters from the cursor to the end of the word
3-16