Kris on Nostr: My stream is full of people reposting this image, or mentioning "history | grep" and ...
My stream is full of people reposting this image, or mentioning "history | grep" and Ctrl-R.
You all know about "shopt -s histverify" and the "!cmd" and !?cmd", do you?
!cmd finds the newest command starting with cmd.
!?cmd finds the newest command containing cmd.
shopt -s histverify prevents the shell from immediately running this and allows you to verify and edit it.
Yes. "history | grep" is already built into your shell.
You all know about "shopt -s histverify" and the "!cmd" and !?cmd", do you?
!cmd finds the newest command starting with cmd.
!?cmd finds the newest command containing cmd.
shopt -s histverify prevents the shell from immediately running this and allows you to verify and edit it.
Yes. "history | grep" is already built into your shell.