
Chapter 5 Introduction to the Command Line Interfaces
Cajun P120 User’s Guide 29
Navigation, Cursor Movement and ShortcutsThe CLI contains a simple text editor with these functions:
Getting HelpOn-line help may be obtained at any time by typing help on the command line.
To obtain help for the syntax/usage of a specific command, type the command
followed by a space and help. In addition, in the Legacy CLI you can obtain a
description of a specific command by typing the command followed by a space and
a question mark (?).
Table 5.1 Navigation, Cursor Movement and Shortcuts
Keyboard Functions
Backspace Deletes the previous character
Ctrl+U Deletes the line
Ctrl+R Refreshes the last command typed
Ctrl+Q Breaks the current command
Up arrow/Down arrow Scrolls back and forward through the command history
buffer
Left arrow/Right arrow Moves the cursor left or right
Tab Completes the abbreviated command. You need to type
a minimum of four characters.
Enter Executes a single-line command