All the command strings are case insensitive.
Shortcut | Description |
---|---|
TAB | Auto-completes a command, argument, parameter, or parameter value after typing first characters, as far as typed input appears unique. |
TAB-TAB | Prints available items. For example, type 's<TAB-TAB>' to see commands beginning with 's'. |
Arrow Up |
Goes to previous executed command in history. Consecutive Arrow Up presses scroll through a list of commands used earlier. |
Arrow Down |
Goes to newer command in history. Consecutive Arrow Down presses scroll through a list of commands used later. |
Do not use Ctrl+C. This disconnects the CLI connection. |