60 Linux Bash Terminal Keyboard Shortcuts 1
60 Linux Bash Terminal Keyboard Shortcuts 1
60 Linux Bash Terminal Keyboard Shortcuts 1
Shortcuts
Bash(Bourne Again Shell) is the most popular command language interpreter for the GNU
operating system. It supports functions, variables, and flow controls and also reads and
executes commands from a file. Here we have listed 60 Linux Bash Terminal keyboard
shortcuts with their functions.
1. Bash Navigation
To master the terminal uses of the Linux operating system, At first one should learn
how to navigate through the terminal quickly using these shortcuts.
3. Alt + B / Esc + B Moves the cursor one word backward from the current
cursor position.
4. Alt + F / Esc + F Moves the cursor one word forward from the current
cursor position.
5. Ctrl + B / Left Arrow Moves one character backward from the current
cursor position.
6. Ctrl + F / Right Moves one character forward from the current cursor
Arrow position.
7. Ctrl + XX Switches between the start of the line and the current
cursor position.
3. Bash History
Learn how to utilize Bash history by adapting these shortcuts.
4. Bash Editing
Editing is the most important aspect of a power user. These shortcuts will help you to get
the most out of Bash.
8. Alt + D/delete Removes from the cursor to the end of the word.
13. Alt + . / Esc + . Displays the final argument of the last command.
14. Alt + U Makes uppercase letters from the current position to the
end of the word.
15. Alt + L Makes lowercase letters from the current position to the
end of the word.
5. Bash Information
Use the following shortcuts to manage the Bash Information.