alexcoder04@programming.dev to Programmer Humor@programming.devEnglish · 1 year agopython < shell (for scripts)programming.devimagemessage-square56fedilinkarrow-up1580arrow-down116
arrow-up1564arrow-down1imagepython < shell (for scripts)programming.devalexcoder04@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square56fedilink
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up8·1 year agoWhy is always about bash? POSIX shell scripts run everywhere.
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoBASH has some useful features and I’ve literally never had an environment with bash unavailable (even if a package is needed, so what).
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up2arrow-down1·1 year agoMacOS ships only 3.something version, which has some compatibility issues with Bash 4+.
minus-squareIRQBreaker@lemmy.kozow.comlinkfedilinkarrow-up2·1 year agoGranted, it’s a kind of niche use case but in the embedded world there’s usually size constraints which prevents a full blown bash installation. However, things are better now than 20 years ago. Flash is cheap.
Why is always about bash? POSIX shell scripts run everywhere.
BASH has some useful features and I’ve literally never had an environment with bash unavailable (even if a package is needed, so what).
MacOS ships only 3.something version, which has some compatibility issues with Bash 4+.
brew install bash
Granted, it’s a kind of niche use case but in the embedded world there’s usually size constraints which prevents a full blown bash installation.
However, things are better now than 20 years ago. Flash is cheap.