cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLinux Userslemmy.mlimagemessage-square141fedilinkarrow-up11.01Karrow-down117
arrow-up1995arrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square141fedilink
minus-squaredropcase@lemmy.worldlinkfedilinkarrow-up3·1 day 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
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.