Useful Bash shortcuts for the command-line (CLI) or terminal:
| Shortcut | Description |
|---|---|
| Ctrl + A | Move cursor to start |
| Ctrl + C | Interrupt command |
| Ctrl + D | Exit shell |
| Ctrl + E | Move cursor to end |
| Ctrl + L | Clear screen |
| Ctrl + P | Get previous command |
| Ctrl + R | Search command history |
| Ctrl + U | Clear line |