this post was submitted on 13 Dec 2023
64 points (84.8% liked)

Linux

48035 readers
803 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TheGrandNagus 34 points 11 months ago (4 children)

Yeah, and I suspect most reading the article haven't either, so the above guy's question stands - what's wrong with Bash in comparison to the others?

[–] [email protected] 4 points 11 months ago (1 children)

I don't use anything other than BASH, but I hear that ZSH has command tab-completion (not just directory tab-autocomplete) similar to PowerShell and also some other cool shit I'm not really bothered to check out since bash is the GOAT.

[–] fhein 1 points 10 months ago

Bash has that too, but perhaps zsh comes with more commands pre-configured.. https://www.gnu.org/software/gnuastro/manual/html_node/Bash-TAB-completion-tutorial.html

The only thing I use in zsh which I think bash lacks is async writing to rprompt

[–] [email protected] 4 points 11 months ago

Nothing wrong with it, it's just boring. Fish shell has some new features that make it nice to use. So does zsh. Tab completions, history navigation, plugins and such.

[–] [email protected] 1 points 11 months ago

https://fishshell.com/ should the author include that link in his article?

[–] [email protected] 1 points 11 months ago (1 children)

Why does something have to be wrong with Bash for Fish to be better?

[–] TheGrandNagus 3 points 11 months ago (1 children)

I asked why others are better, I never called Bash shit.

It stands to reason that if people want to switch to something else, then they must have advantages over Bash.

[–] [email protected] 1 points 11 months ago

what's wrong with Bash in comparison to the others?

The others have plenty of QoL features like auto-complete, spelling correction, syntax highlighting, etc.

Doesn't mean there's anything "wrong" with Bash by comparison.