This is a small post on improving your productivity when working with BASH shell. BASH shell is having many inbuilt capabilities such as history, command chaining and BASH shortcut. In this post we will see what are BASH shortcuts and their usage.
| Ctrl+a | Bring back the courser to start of the bash prompt |
| Ctrl+c | Cancel the command before executing it |
| Ctrl+d | Logout from the Shell |
| Ctrl+e | Move the courser to end of the command |
| Ctrl+l | Clear the screen |
| Ctrl+r |









