Manual

AT-WA7400 Management Software User’s Guide
349
Keyboard Shortcuts and Tab Completion Help
The CLI provides keyboard shortcuts to help you navigate the command
line and build valid commands, along with “tab completion” hints on
available commands that match what you have typed so far. Using the CLI
will be easier if you use the tab completion help and learn the keyboard
shortcuts.
Keyboard
Shortcuts
Table 33 lists the keyboard shortcuts that are available when you use the
CLI.
Table 33. Keyboard Shortcuts
CLI Action
Keyboard
Shortcut
Move cursor to the beginning of the current line Ctrl-a
Home
Move cursor to the end of the current line Ctrl-e
End
Move cursor back on the current line, one character at a time Ctrl-b
Left Arrow key
Move the cursor forward on the current line, one character at a time Ctrl-f
Right Arrow Key
Start over at a blank command prompt (abandons the input on the current
line)
Ctrl-c
Remove one character on the current line. Ctrl-h
Remove the last word in the current command.
(Clears one word at a time from the current command line, always starting
with the last word on the line.)
Ctrl-W
Remove characters starting from cursor location to end of the current line.
(Clears the current line from the cursor forward.)
Ctrl-k
Remove all characters before the cursor.
(Clears the current line from the cursor back to the CLI prompt.)
Ctrl-U
Clear screen but keep current CLI prompt and input in place. Ctrl-l
Display previous command in history.
(Ctrl-p and Ctrl-n let you cycle through a history of all executed commands
like Up and Down arrow keys typically do. Up/Down arrow keys also work
for this.)
Ctrl-p
Up Arrow key