How do I search through the bash history?

June 12, 2011 in Recipes, Shell

Using bash type CTRL+r first-letters-of-the-command Note that if you type the command history all the commands that you typed will be displayed, preceded by an index. To recall a command that is
…read more