IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 17 hours agoHighlight of my Morninglemmy.blahaj.zoneexternal-linkmessage-square150fedilinkarrow-up1617arrow-down127
arrow-up1590arrow-down1external-linkHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 17 hours agomessage-square150fedilink
minus-squareMsFlammkuchen@lemmy.blahaj.zonelinkfedilinkarrow-up7·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-up4·3 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