cm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agoLinux Userslemmy.mlimagemessage-square145linkfedilinkarrow-up11.26Karrow-down125cross-posted to: programmerhumor@lemmy.ml
arrow-up11.23Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agomessage-square145linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaredropcase@lemmy.worldlinkfedilinkarrow-up3·11 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·11 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.