replacing last command and execute it
For example
If you want to replace world
with universe
you can do
As you can see, it only replace the first matching word.
If you want it to replace the whole match:
Don't use it in production
I tend to use fc
command which allow me to edit the command in my editor first
Last updated