Bash

The shell speaks to kernel directly

Shell shortcats

Shortcat Description
[CTRL-A] Moves the cursor to the start of the line.
[CTRL-E] Moves the cursor to the end of the line.
[CTRL-R] Searches in reverse through the history.
[CTRL-K] Deletes everything from the cursor to the end of the line.
[CTRL-U] Deletes everything from the cursor to the start of the line.
[CTRL-S] Pauses output from a program that is writing to the screen.
[CTRL-Q] Restarts output after a pause by [CTRL-S]
[CTRL-D] Used to signal end-of-input for some programs

results matching ""

    No results matching ""