cm0002@lemmy.world to Programmer Humor@programming.dev · 14 hours agoLinux Userslemmy.mlimagemessage-square115linkfedilinkarrow-up1957arrow-down117
arrow-up1940arrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 14 hours agomessage-square115linkfedilink
minus-squareCevilia (she/they/…)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up7·13 hours agoI think you meant history | grep [search term] (which was id 1003 for me btw)
minus-squareGobo@lemmy.worldlinkfedilinkEnglisharrow-up3·10 hours agoI do this all the time for that one long command I use monthly like for cert renewals.
minus-squareOlgratin_Magmatoe@slrpnk.netlinkfedilinkEnglisharrow-up4·13 hours agoOops, but yes that’s what I meant.
I think you meant
history | grep [search term]
(which was id 1003 for me btw)
I do this all the time for that one long command I use monthly like for cert renewals.
alias hf='history|grep'
Oops, but yes that’s what I meant.