I’m moving my posts from Reddit to Lemmy before delete them.

This post is from 2020-09-03.

You are viewing a single thread.
View all comments
0 points

Okay, you guys get the once in a liftetime chance to convince me that Bash is not the way to go. I’ll eagerly await your proposals.

permalink
report
reply
0 points

This is me but for fish shell.

permalink
report
parent
reply
0 points

sh scripts can be run in even the dumbest distro out there, bash, not so much

permalink
report
parent
reply
0 points

The debate was between zsh and bash, not necessarily POSIX sh.

permalink
report
parent
reply
0 points
*

There are two massive points no one has mentioned yet.

  • Quoting every expansion isn’t necessary in Zsh. Parameters don’t split or glob by default.
  • $array actually expands to every element in an array.

Compare this between Bash and Zsh:

a=('/* hello */' 'world!' '  ')
printf '"%s" ' $a
permalink
report
parent
reply
0 points
*

$array actually expands to every element in an array.

Very convenient. But ~every shell script is written in bash or POSIX(y) sh. When I need to write shell scripts I begin with busybox sh compability. If it turns out to be too complex, I’ll convert to bash. This is because if I ever would publish the script it would have better changes to be accepted as a PR for example. Yes. Bash is a mess. I don’t even like it that much. It’s okay. But it’s more standard then zsh. Although I’ve seen the tides turn on some occasions, like macOS.

Maybe some day I’ll give zsh a second chance.

permalink
report
parent
reply
0 points

I used to write Bash more than anything, but now the things I write are either simple enough to keep POSIX or complex enough that I miss the extra niceties Zsh provides.

permalink
report
parent
reply

linuxmasterrace

!linuxmasterrace@feddit.de

Create post

A community for Linux enthusiasts.

May your htop stats be low and your beard grow long

Welcome to !linuxmasterrace@feddit.de former r/linuxmasterrace members and existing Lemmyverse citizens: Feel free to join the newly created !linuxmasterrace@feddit.de community.

Let’s make the full transition to the decentralized Fediverse!

Community stats

  • 1

    Monthly active users

  • 30

    Posts

  • 129

    Comments

Community moderators