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

<- View Parent
beejjorgensen@lemmy.sdf.org ⁨7⁩ ⁨months⁩ ago

A shell script can be more concise if you’re doing a lot of shell things. Keeps you from having os.system() all over the place.

Things like “diff the output of two programs” are just more complex in other languages.

I love rust, but replacing my shell scripts with rust is not something I would consider doing any more than I’d consider replacing rust with my shell scripts.

source
Sort:hotnewtop