this post was submitted on 28 Jul 2024
585 points (94.3% liked)

Programmer Humor

19176 readers
1163 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] disguy_ovahea@lemmy.world 10 points 1 month ago* (last edited 1 month ago) (2 children)

I agree it’s not as limitless as Linux, but there’s plenty of room for advanced users.

I’ve never needed to use a newer version of Bash. What is an example of something one couldn’t do with Bash 3 or zsh?

[–] TheGalacticVoid@lemm.ee 8 points 1 month ago (1 children)

I get that this is an Apples to Oranges comparison, but Powershell 7 is way easier to use than the default Windows Powershell because of autocomplete. I imagine that newer versions of Bash have made improvements that are similarly powerful.

[–] disguy_ovahea@lemmy.world 1 points 1 month ago

Oh, gotcha. I thought you were talking about limitations, not features. My misunderstanding.

[–] BatmanAoD@programming.dev 3 points 1 month ago

It's not so much a problem of there being things you "can't do" in other shells or older Bash, as that it breaks existing shell scripts, which is frustrating.