cm0002@lemmy.world to Programmer Humor@programming.dev · 8 天前Linux Userslemmy.mlimagemessage-square104linkfedilinkarrow-up11.14Karrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up11.12Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 天前message-square104linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareaeharding@vger.sociallinkfedilinkarrow-up28·8 天前The number of people who don’t reverse-I-search is too damn high
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·7 天前It was quite a while before I realised that was possible. Then not long after starting to use it, that I got fed up and just started opening up the history file and searching in it.
minus-squaredropcase@lemmy.worldlinkfedilinkarrow-up3·7 天前why not history | grep -i and the search term? even if there are several, you can use ! and the command’s line number to run it again
The number of people who don’t reverse-I-search is too damn high
It was quite a while before I realised that was possible.
Then not long after starting to use it, that I got fed up and just started opening up the history file and searching in it.
why not
history | grep -i
and the search term?even if there are several, you can use ! and the command’s line number to run it again
history
is shell dependent.CTRL+R for those unitiated
reverse-i-search + fzf = <3