Different shell programs -> bash, ksh, tcsh, zsh
Ctrl + A = go to beginning of line
Ctrl + E = go to end of line
Ctrl + L = clear screen
Ctrl + C = kill running script
Ctrl + U = cut command
Ctrl + Y = paste command
Ctrl + _ = undo last command
Tab = autocomplete