0% found this document useful (0 votes)
53 views1 page

Show History Show Terminal: Command Meaning

This document lists 16 keyboard shortcuts for navigating and editing commands in a terminal or command line interface. Shortcuts include moving the cursor (Ctrl+A, Ctrl+E, Esc+B, Ctrl+B, Ctrl+F, Esc+F), deleting text (Backspace, Ctrl+D, Ctrl+U, Ctrl+W), redisplaying/erasing lines (Ctrl+R, Ctrl+U), and completing commands (Tab). Additional shortcuts show the command history (Ctrl+P, Ctrl+N, show history) and configure the terminal settings.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Show History Show Terminal: Command Meaning

This document lists 16 keyboard shortcuts for navigating and editing commands in a terminal or command line interface. Shortcuts include moving the cursor (Ctrl+A, Ctrl+E, Esc+B, Ctrl+B, Ctrl+F, Esc+F), deleting text (Backspace, Ctrl+D, Ctrl+U, Ctrl+W), redisplaying/erasing lines (Ctrl+R, Ctrl+U), and completing commands (Tab). Additional shortcuts show the command history (Ctrl+P, Ctrl+N, show history) and configure the terminal settings.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Command Meaning

1.
2.
3.
4.

Ctrl+P or Up
Ctrl+N or Down
show history
show terminal

arrow Shows last command entered


arrow Shows previous commands entered
Shows last 10 commands entered by default
Shows terminal configurations and history buffer size
terminal history size Changes buffer size (the maximum is

256)

5. Ctrl+A
6. Ctrl+E
7. Esc+B
8. Ctrl+B
9. Ctrl+F
10.
Esc+F
11.
Ctrl+D
12.
Backspace
13.
Ctrl+R
14.
Ctrl+U
15.
Ctrl+W
16.
Ctrl+Z

Moves your cursor to the beginning of the line


Moves your cursor to the end of the line
Moves back one word
Moves back one character
Moves forward one character
Moves forward one word
Deletes a single character
Deletes a single character
Redisplays a line
Erases a line
Erases a word
Ends configuration mode and returns to EXEC mode
Tab Finishes typing a command for you

You might also like