(no title)
jacob2161 | 6 months ago
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|6 months ago
Regardless of LOC, eject from bash/awk as soon as you need a data structure, and choose a better language.
jacob2161|6 months ago
Some longish Bash scripts are very maintainable and reliable, because they're still quite regular and simple.