Wednesday, August 1, 2018

Linux control sequence

Below is a list of control sequence combinations for Linux.

ctrl-c –> interrupts the running program

ctrl-z –> suspends the running program

ctrl-s –> freezes the screen, stopping the display

ctrl-q –> thaws out the screen and allows the screen display to continue

ctrl-h –> deletes the last character typed

ctrl-w –> deletes the last word typed

ctrl-u –> deletes the last line typed

ctrl-r –> retrieves previously run commands so you can run them again

ctrl-u –> removes text from the command line and places it in the clipboard

ctrl-y –> grabs text from the clipboard and runs it

ctrl-l –> clears the screen

ctrl-a –> moves cursor to the beginning of the line

ctrl-e –> moves cursor to the end of the line

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.