Bash tip: Search through history using the up and down arrows

Ctrl-R is one of the most useful commands on the terminal and it allows to browse through command history and re-use it again. On bash shell there is a much simpler way to search through your command history on terminal. Basically you can start typing the initial letter and then use up and down arrow… Continue reading Bash tip: Search through history using the up and down arrows