Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 5 个月前Sussh.itjust.worksimagemessage-square24fedilinkarrow-up1620arrow-down18
arrow-up1612arrow-down1imageSussh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 5 个月前message-square24fedilink
minus-squarezkfcfbzr@lemmy.worldlinkfedilinkEnglisharrow-up205arrow-down1·5 个月前For those wanting to follow along
minus-squarebamboo@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up191·5 个月前Wow TIL about the use of underscore in an interactive session.
minus-squareUnbecredible@lemm.eelinkfedilinkEnglisharrow-up30·5 个月前whaaaaaaaa this is so tight. I use an interactive session as a calculator on my pc and always wish there was a way to refer to the last result.
minus-squareFauxPseudo @lemmy.worldlinkfedilinkarrow-up10·5 个月前$_ in bash is the most recent parameter Always look for the built in variables. They save time.
For those wanting to follow along
Embedded for convenience:
Wow TIL about the use of underscore in an interactive session.
whaaaaaaaa this is so tight. I use an interactive session as a calculator on my pc and always wish there was a way to refer to the last result.
$_ in bash is the most recent parameter Always look for the built in variables. They save time.