Bash 5.2 released
Bash 5.2 released
Posted Sep 28, 2022 20:48 UTC (Wed) by k8to (guest, #15413)In reply to: Bash 5.2 released by maxfragg
Parent article: Bash 5.2 released
Everything I've done since, just putting bin/bash at the script start was fine. They were only ever going to run on Linux in cloud land, and usually the startup overhead of bash was overshadowed by being able to kill off lots of forks.
That said, I generally prefer the pain of automating in python so that failures are explicitly caught and fixed by default. Shell for me is more of a tool for doing immediate work. Testing some park of things, doing something 100 times while sniffing for failures that probably makes no sense to put on a test, etc, ie scripts you throw away. And for that, bash and zsh type things still feel good.
Posted Sep 29, 2022 4:17 UTC (Thu)
by NYKevin (subscriber, #129325)
[Link] (2 responses)
Posted Sep 29, 2022 19:26 UTC (Thu)
by wtarreau (subscriber, #51152)
[Link] (1 responses)
Posted Sep 30, 2022 13:13 UTC (Fri)
by Wol (subscriber, #4433)
[Link]
You may be a bash wizard, but please don't speak for the rest of us :-)
Cheers,
Bash 5.2 released
Bash 5.2 released
Bash 5.2 released
Wol