Mac@programming.dev to Programmer Humor@programming.dev · 2 years agoYesprogramming.devimagemessage-square83fedilinkarrow-up1789arrow-down131
arrow-up1758arrow-down1imageYesprogramming.devMac@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square83fedilink
minus-squareUNWILLING_PARTICIPANT@sh.itjust.workslinkfedilinkarrow-up4·edit-22 years agoWut that is not even the case for Ubuntu. You’re probably thinking of dash example: sh -c '[[ true ]] && echo ya' # sh: 1: [[: not found bash -c '[[ true ]] && echo ya' # ya
Wut that is not even the case for Ubuntu. You’re probably thinking of
dash
example:sh -c '[[ true ]] && echo ya' # sh: 1: [[: not found bash -c '[[ true ]] && echo ya' # ya