this post was submitted on 17 Jan 2024
516 points (95.7% liked)

Programmer Humor

37243 readers
86 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

cross-posted from: https://startrek.website/post/5735388

Counterspell this

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 2 years ago (3 children)

Why do people keep creating new shells when bash is mostly okay?

[–] [email protected] 8 points 2 years ago

Why create anything new or different?

[–] [email protected] 6 points 2 years ago

fieh and nushell actually offer something new, and zsh is just a better bash if you want that

[–] [email protected] 4 points 2 years ago

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.