More shell tricks: first class lists and jq

13 alurm 2 8/7/2025, 2:46:14 PM alurm.github.io ↗

Comments (2)

jeffrallen · 45m ago
I review shell scripts from beginner ops people. I would not approve any of this stuff. Once you need this complexity in shell, you need other things you should be getting from the language's stdlib. So I'd ask them to switch to Python or Go.

Do not fall into the trap of big complex shell scripts.

zhouzhao · 20m ago
>Do not fall into the trap of big complex shell scripts

This so much.