IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 2 个月前Highlight of my Morninglemmy.blahaj.zoneimagemessage-square166linkfedilinkarrow-up1739arrow-down141
arrow-up1698arrow-down1imageHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 2 个月前message-square166linkfedilink
minus-squareMsFlammkuchen@lemmy.blahaj.zonelinkfedilinkarrow-up18·2 个月前&& executes the second command, if the command before was successful, || executes the second command if the first one was unsuccessful and ; executes the second command regardless of success.
minus-squaremyotheraccount@lemmy.worldlinkfedilinkarrow-up6·2 个月前These are much more useful than the :() ::& ;: operator
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up3·2 个月前Expanded it’s more clear what’s going on. bomb() { bomb | bomb & } bomb
minus-squareCevilia (she/they/…)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up4·2 个月前I didn’t know any of this, thank you both :)
&&executes the second command, if the command before was successful,||executes the second command if the first one was unsuccessful and;executes the second command regardless of success.These are much more useful than the :() :;: operator
Expanded it’s more clear what’s going on.
bomb() { bomb | bomb & } bombTSA would like to know your location
I didn’t know any of this, thank you both :)