cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoLinux Userslemmy.mlimagemessage-square150linkfedilinkarrow-up11.31Karrow-down125
arrow-up11.29Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square150linkfedilink
minus-squaredropcase@lemmy.worldlinkfedilinkarrow-up3·5 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·5 days agohistory is shell dependent.
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.