
Miscellaneous Procedures 541
Using the CLI Utility
The following table shows CLI hot keys that are supported in interactive
mode.:
Viewing the CLI Command History
Key Action
Ctrl a Move to the start of the current line.
Ctrl e Move to the end of the line.
Ctrl b Move back a character (same as the left arrow key).
Ctrl f Move forward a character (same as the right arrow key).
Esc b Move back to the start of the current or previous word. Words are composed of
letters and digits.
Esc f Move forward to the end of the next word. Words are composed of letters and
digits.
Ctrl l Clear the screen and redraw the current line, leaving the current line at the top
of the screen.
Ctrl n Move `forward' through the history list, fetching the next command (same as
<down arrow key>).
Ctrl p Move `back' through the history list, fetching the previous command (same as
<up arrow key>)
Ctrl d Delete the character under the cursor (same as <delete key>)
Ctrl h Same as <Backspace key>
Ctrl k Kill the text from the cursor to the end of the line.
Ctrl u Kill backward from the cursor to the beginning of the current line.
Ctrl w Kill the word behind point.
Esc d Kill from point to the end of the current word, or if between words, to the end
of the next word
Esc Tab Displays the current value of the parameter keyword entered. You can then edit
the value
Komentáře k této Příručce