*removed externally hosted image*
- Use Oil Shell if you want a faster and more modern version of Bash that's compatible with it and offers more modern oil language.
- Use Zsh if you want better extendability and more plugins.
- Use Fish if you want perfect out of the box configuration and a more modern (and less verbose for most cases) scripting language.
- Use Dash/Ash if you want better speed and full POSIX compliance (no extension, no unimplemented features).
- Use Yash if you want better autocomplete but still faster than Bash.
- Use Xonsh if you want an awesome Python-based scripting experience and very nice autocomplete.
- Use Elvish if you want a more modern scripting language.
- Or use anything. Any shell will be better than Bash. Bash is slow, not POSIX compliant, and doesn't offer Zsh/Fish level autocomplete.
AFAIK all distributions ship with bash as default, except maybe Kali that use zsh.
Any shell will have to be installed, but zsh is probably the most popular shell after bash.
Well some OS are more popular than others, eg top 6 here https://distrowatch.com/ what would be found over most base images?
As an admin this is madness. I'm good with bash,you know the shell I'll find on any running system.
yeah, consistency is way more important than whatever pet features people want.
also, bash slow? what? it's an interactive shell, the vast majority of time will be spent waiting for my input. unless you mean when you write scripts in bash? but surely nobody would do that when there's perl...
Bash is good and is standard. Have been experimenting with zsh but don't really see the appeal
If I need to write a script that is too complicated to do in bash I'll do it in python
I still default to bash, but
nu
had some really cool features like a built injq
and several other formatters and pagers.