In this article, we will explain the simple Keyboard Shortcuts for Bash (Unix Shell). Bash is a Unix shell and a command language. It is used for command-line editing, job control, shell functions, and aliases.
Bash (Unix shell) Logo
Last updated on Oct 04, 2020.
Download Bash(Unix shell) Shortcuts for Offline Study Here:
Helps to stop all output to the screen. This shortcut can be useful when running commands with a very long result, but you don’t want to stop the command with Ctrl + C.
It is used to move between the beginning of the line and the current position of the cursor. This shortcut allows you to change something and return to the original position.
It is used to recall the last command matching the characters you provide. Press this shortcut and start typing to search your bash history for a command.
Helps to leave history searching mode without running a command.
From the article, you can learn the keyboard shortcuts for Bash (Unix shell). If you have any suggestions, then leave your feedback in the comment section.