Command Line Editing With NuoDB SQL
The nuosql
tool supports basic bash-like command line editing. Some commonly used, useful control sequences:
Ctrl Sequence | Function |
---|---|
Ctrl-a |
Go to start of line |
Ctrl-e |
Go to end of line |
Ctrl-p |
Go to previous line |
Ctrl-k |
Kill the line from the current cursor to the end of line |
Ctrl-d |
Kill the character at the current cursor |
Basic emacs-like editing is allowed.