IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 16 hours agoHighlight of my Morninglemmy.blahaj.zoneexternal-linkmessage-square150fedilinkarrow-up1613arrow-down126
arrow-up1587arrow-down1external-linkHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 16 hours agomessage-square150fedilink
minus-squareAllero@lemmy.todaylinkfedilinkarrow-up2·edit-24 hours agoYes. Also don’t forget && exists for sequential completion of any commands
minus-squareMsFlammkuchen@lemmy.blahaj.zonelinkfedilinkarrow-up6·3 hours ago&& 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-up3·3 hours agoThese are much more useful than the :() ::& ;: operator
Yes.
Also don’t forget && exists for sequential completion of any commands
&&
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