Carly™@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agoLook, I'm lazy, okay?lemmy.worldimagemessage-square69fedilinkarrow-up1809arrow-down111
arrow-up1798arrow-down1imageLook, I'm lazy, okay?lemmy.worldCarly™@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square69fedilink
minus-squareSkyler@kbin.sociallinkfedilinkarrow-up3·1 year agoThis is my approach, and for those who don’t know, you can use those line numbers that come back from history to rerun the command. Like if your output is something like this: $ history | grep tmp 501 ls /tmp 502 history | grep tmp You can run !501 and it will just re-run ls /tmp
minus-squarepleb@discuss.tchncs.delinkfedilinkEnglisharrow-up2·1 year agoYall are missing out on autocomplete.
deleted by creator
This is my approach, and for those who don’t know, you can use those line numbers that come back from
history
to rerun the command. Like if your output is something like this:$ history | grep tmp 501 ls /tmp 502 history | grep tmp
You can run
!501
and it will just re-runls /tmp
Yall are missing out on autocomplete.
deleted by creator
I got that as
hgrep
deleted by creator