for reverse shell history search. Took me a couple of years of history|grep before I bothered to look it up
control-x *
to expand a glob pattern directly. So if you're writing "rm foo*" and you want to be sure what it will actually do, C-x * and you now have it explicit and editable
for reverse shell history search. Took me a couple of years of history|grep before I bothered to look it up
control-x *
to expand a glob pattern directly. So if you're writing "rm foo*" and you want to be sure what it will actually do, C-x * and you now have it explicit and editable
Works in bash at least