I have a shell script which I execute frequently in a day with different arguments and/or options each time. What I am looking for is a way to “browse through” different executions of this shell script before selecting a particular one through CtrlR facility. How do I do that?
Ofcourse I can type “history” command and browse through the list manually;however I find CtrlR more convinient. 🙂
—
Ben
Try typing a common prefix and then pressing ctrl-r repeatedly to browse through different executions.
For example, let’s say the command is vim, then: