IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 16 hours agoHighlight of my Morninglemmy.blahaj.zoneimagemessage-square148fedilinkarrow-up1601
arrow-up1601imageHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 16 hours agomessage-square148fedilink
minus-squareMsFlammkuchen@lemmy.blahaj.zonelinkfedilinkarrow-up3·2 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-up2·2 hours agoThese are much more useful than the :() ::& ;: operator
&&
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