IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 14 hours agoHighlight of my Morninglemmy.blahaj.zoneimagemessage-square146fedilinkarrow-up1582
arrow-up1582imageHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 14 hours agomessage-square146fedilink
minus-squareAllero@lemmy.todaylinkfedilinkarrow-up1·edit-22 hours agoYes. Also don’t forget && exists for sequential completion of any commands
minus-squareMsFlammkuchen@lemmy.blahaj.zonelinkfedilinkarrow-up1·37 minutes 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-up1·18 minutes 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