▲ | jacob2161 2 days ago | |||||||
That post is quite nitpicky, pointing to edge cases and old version behavior. The essence of it is that writing reliable Bash scripts requires significant domain knowledge, which is true. Bash scripts are great if you've been doing it for a very long time or you're doing something simple and small (<50 LOC). If it's complicated or large, you should just write it in a proper programming language anyway. | ||||||||
▲ | heresie-dabord 2 days ago | parent [-] | |||||||
> something simple and small (<50 LOC). If it's complicated or large, you should just write it in a proper programming language anyway. Regardless of LOC, eject from bash/awk as soon as you need a data structure, and choose a better language. | ||||||||
|