Control Key stty name Function Description |
CTRL-C intr Stop current command |
CTRL-D eof End of input |
CTRL-\ quit Stop current command if CTRL-C doesn’t work |
CTRL-S stop Halt output to screen |
CTRL-Q Restart output to screen |
DEL or CTRL-? erase Erase last character |
CTRL-U kill Erase entire command line |
CTRL-Z susp Suspend current command |