this post was submitted on 17 Jan 2024
501 points (95.8% liked)
Programmer Humor
32497 readers
473 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why do people keep creating new shells when bash is mostly okay?
Why create anything new or different?
fieh and nushell actually offer something new, and zsh is just a better bash if you want that
There's a massive number of security holes in bash, shellshock being the most egregious. bash has some really terrible design flaws, especially parsing $var multiple times so you can't reliably break on spaces. Almost any other shell is safer and more productive.