Living Standards: “Who Needs IANA?”
masinter.blogspot.com1 pointsby tne0 comments
$ find . -name "*blarg*.cpp"
$ grep -i "blooey" $(!!)
$ vim $(!! -l)
Granted, you can only append new arguments and using the other ! commands will often be less practical than editing. Still, it's amazing how frequently this is sufficient.
There's a way to remove that conditional, too. Probably.