Type Less By Using The History Feature In Bash Shell To Recall Previous Linux Commands
Bash shell has a robust history feature which makes it easy to keep a track of previous commands that can be run again whenever needed.
So if you spend a lot of time with Linux commands, this can save time by not entering same commands over and over.
Seeing previously used commands:
To get a list of previously used commands, from the shell/Terminal type:
history
This will show all the commands as...