cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoLike programming in bashlemmy.mlimagemessage-square161fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square161fedilink
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up0·21 hours agoIt’s more like bash did it one way and everyone who came after decided that was terrible and should be done a different way (for good reason). Looking right at you -eq and your weird ass syntax if [[ $x -eq $y ]]
minus-squareAppoxo@lemmy.dbzer0.comlinkfedilinkarrow-up0·20 hours agoYou better not look at powershell in that case :p
minus-squareirelephant [he/him]🍭@lemm.eelinkfedilinkEnglisharrow-up0·edit-220 hours agoThat was the point where I closed the bash tutorial I was on, and decided to just use python and subprocess.run()
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up0·21 hours ago -eq Yeah, like infix, so between operands, but dashed like a flag so should come before arguments. Very odd.
It’s more like bash did it one way and everyone who came after decided that was terrible and should be done a different way (for good reason).
Looking right at you -eq and your weird ass syntax
if [[ $x -eq $y ]]
You better not look at powershell in that case :p
That was the point where I closed the bash tutorial I was on, and decided to just use python and
subprocess.run()
Yeah, like infix, so between operands, but dashed like a flag so should come before arguments. Very odd.