cm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agoLinux Userslemmy.mlimagemessage-square91linkfedilinkarrow-up1251arrow-down18cross-posted to: programmerhumor@lemmy.ml
arrow-up1243arrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agomessage-square91linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareaeharding@vger.sociallinkfedilinkarrow-up8·14 days agoThe number of people who don’t reverse-I-search is too damn high
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·14 days agoIt 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-up2·14 days agowhy 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
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·14 days agohistory is shell dependent.
The number of people who don’t reverse-I-search is too damn high
CTRL+R for those unitiated
reverse-i-search + fzf = <3
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.