alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 3 months agoUp up and away we gosh.itjust.worksimagemessage-square7fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1imageUp up and away we gosh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 3 months agomessage-square7fedilink
minus-squareFillicia@sh.itjust.workslinkfedilinkarrow-up2·3 months agoI really like this comic. Just in case someone didn’t know in Linux you can: -Ctrl + r to search previous commands Or -type history and precede the command number by an exclamation (!) to repeat the command (I.e. “!13”)
minus-squarevvv@programming.devlinkfedilinkarrow-up1·3 months agoI highly recommend installing fzf, and its shell integration. Makes your Ctrl + r magnitudes more pleasant to use!
minus-squareAurenkin@sh.itjust.workslinkfedilinkarrow-up1·edit-23 months agoOr just !! for the last command. Particularly helpful if you forgot to prefix it with sudo you can run sudo !!
minus-squareBlackPenguins@lemmy.worldlinkfedilinkarrow-up1·3 months agoWhat. Da fuck. This always existed?!
minus-squareTrashboat@lemmy.blahaj.zonelinkfedilinkarrow-up1·3 months agoIt’s probably from within the last 30 years or so
minus-squareBlackPenguins@lemmy.worldlinkfedilinkarrow-up1·3 months agoOh good as long as it’s only a recent update.
I really like this comic. Just in case someone didn’t know in Linux you can:
-Ctrl + r to search previous commands
Or
-type history and precede the command number by an exclamation (!) to repeat the command (I.e. “!13”)
I highly recommend installing fzf, and its shell integration. Makes your Ctrl + r magnitudes more pleasant to use!
Or just
!!
for the last command. Particularly helpful if you forgot to prefix it withsudo
you can runsudo !!
What. Da fuck. This always existed?!
It’s probably from within the last 30 years or so
Oh good as long as it’s only a recent update.