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

Programmer Humor

31259 readers
927 users here now

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

Rules:

founded 4 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
[–] TCB13@lemmy.world 0 points 5 months ago (3 children)

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

[–] spongeborgcubepants@lemmy.world 8 points 5 months ago

Why create anything new or different?

[–] vox@sopuli.xyz 6 points 5 months ago

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

[–] mdhughes@lemmy.ml 4 points 5 months 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.