bash shortcuts - ghdrako/doc_snipets GitHub Wiki
tags:
- bash
- scripting
- shell
Bash shortcuts
| shortcut | description |
|---|---|
| ctrl+z | suspend (SIGTSTP) running program. bg to run suspended program in background |
| ctrl+r | search in history |
| ctrl+a | beginning of line |
| ctrl+e | end of line |
| ctrl+l | clear the screen |