Friday, April 27, 2007

what ctrl-r does in bash

Hit ctrl-r in a bash window will bring up a search prompt that will take user input and scan previously entered commands for a match. Hitting ctrl-r again will cycle the previous commands. This is a more intelligent version just mashing up till you see the command you were looking for.

No comments: