Notes on some shell commands for a more practical
- Ctrl-a = move the cursor to the beginning of the command line
- Ctrl-= and moves to the end of the line Ctrl-k = size of the text where the cursor to the end of the line
- Ctrl-l = as 'clear', clean the terminal
Ctrl-u = remove the command line Ctrl-y =
paste Ctrl-r = incremental search command data residing in history
If you want a complete rundown of the history, simply run the command "history". \\ a = Alert, rang the bell system
- \\ b = backspace
- \\ e = escape
- \\ f = feed paper
- \\ n = Newline
- \\ r = carriage return
- \\ t = Tab horizontally
- \\ v = Vertical Tab
- \\ \\ = bar down
\\ nnn = adds an ASCII code, where nnn is the octal code
0 comments:
Post a Comment