Other than Ctrl + A and Ctrl + E to jump to the front or end of the command-line, what other things can you do?
Is it possible to delete the entire line? Or to the next or pervious word in the line?
Other than Ctrl + A and Ctrl + E to jump to the front or end of the command-line, what other things can you do?
Is it possible to delete the entire line? Or to the next or pervious word in the line?
Some useful commands
Ctrl + A: Beginning of line
Ctrl + E: End of line
↑: Previous command
↓: Next command
Crtl + C: Cancel command
Crtl + →: Forward one word
Crtl + ←: Backward one word
Crtl + D: Delete current character
Crtl + W: Delete the last word
Crtl + T: Swap current character with the previous character
Crtl + K: Cut everything after the cursor
Crtl + U: Cut everything before the cursor
Crtl + Y: Paste the last cut text
Crtl + _: Undo
Crtl + S: Stop writing output to the screen
Crtl + Q: Start writing output to the screen
Crtl + L: Clear the screen