cm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agoLinux Userslemmy.mlimagemessage-square91linkfedilinkarrow-up1251arrow-down18cross-posted to: programmerhumor@lemmy.ml
arrow-up1243arrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agomessage-square91linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaredropcase@lemmy.worldlinkfedilinkarrow-up2·17 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·17 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.