alexcoder04 to Programmer HumorEnglish · 1 year agopython < shell (for scripts)imagemessage-square74fedilinkarrow-up1626arrow-down117
arrow-up1609arrow-down1imagepython < shell (for scripts)alexcoder04 to Programmer HumorEnglish · 1 year agomessage-square74fedilink
minus-square𝓹𝓻𝓲𝓷𝓬𝓮𝓼𝓼@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up9·1 year agohave you ever tried to recreate a simple shell pipeline in Python
minus-squarepulaskiwasright@lemmy.mllinkfedilinkEnglisharrow-up2arrow-down4·1 year agoIf we’re talking about 5 like script, then sure. Just use bash. But python is much better long term, in my experience, for scripts any bigger than that.
have you ever tried to recreate a simple shell pipeline in Python
If we’re talking about 5 like script, then sure. Just use bash. But python is much better long term, in my experience, for scripts any bigger than that.