Tuesday, June 23, 2009

Key combinations in Bash

Key combinations in Bash
Key or key combination
Function
Ctrl+A Move cursor to the beginning of the command line.
Ctrl+C End a running program and return the prompt

Ctrl+D Log out of the current shell session, equal to typing exit or logout.
Ctrl+E Move cursor to the end of the command line.
Ctrl+H Generate backspace character.
Ctrl+L Clear this terminal.
Ctrl+R Search command history

Ctrl+Z Suspend a program

No comments:

Post a Comment