Comment on What are the recommended scripting languages for complex shell scripts beyond bash?

Longpork_afficianado@lemmy.nz ⁨7⁩ ⁨months⁩ ago

Maybe it’s becuase i grew up on python and bash still seems somewhat alien to me, but any time I’m crafting something with more than three or so nested functions, I use python as a wrapper for bash. Python initiates a bash script, parses the retval, inititates the next bash script from that data, etc.

source
Sort:hotnewtop