- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
cross-posted from: https://startrek.website/post/5735388
Counterspell this
cross-posted from: https://startrek.website/post/5735388
Counterspell this
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.