Search history in bash
Thursday, October 13th, 2005This is another quick tip: to search typed history at a bash prompt, hit control-r and start typing a command you used previously. It doesn’t have to start with what is typed, as it returns matches which contain the searched text. Hit control-r again (while searching), and it will jump back further in history and [...]