test2
3/30/2019 - 11:55 PM

Terminal shortcuts

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