nifty@lemmy.world to Programmer Humor@programming.dev · 9 months agoEvery language has its nichelemmy.worldimagemessage-square148fedilinkarrow-up1938arrow-down142
arrow-up1896arrow-down1imageEvery language has its nichelemmy.worldnifty@lemmy.world to Programmer Humor@programming.dev · 9 months agomessage-square148fedilink
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up5·9 months agoIf I can’t do it as a Bash one-liner, I’m using Python
minus-squareOmgpwnies@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-29 months agosubprocess.Popen(["bash one-liner"], stdout=PIPE, stderr-PIPE, text=True)
minus-squareShareni@programming.devlinkfedilinkarrow-up2arrow-down1·9 months agoGrug use go because it easier, faster, and compiles to share with friends of Grug
If I can’t do it as a Bash one-liner, I’m using Python
subprocess.Popen(["bash one-liner"], stdout=PIPE, stderr-PIPE, text=True)
Grug use go because it easier, faster, and compiles to share with friends of Grug