this post was submitted on 24 Jul 2025
8 points (90.0% liked)

Linux Tips ๐Ÿ’ก

110 readers
1 users here now

Tips and tricks for Linux users

founded 2 years ago
MODERATORS
 

You don't need to stick with bash! There are many alternatives out there.

Not in the linked article are more popular alternatives like zsh, or the technicality of sh which exists everywhere yet is rarely used interactively.

you are viewing a single comment's thread
view the rest of the comments

I currently only use Busybox-Ash which comes with Alpine Linux. I've used Bash in Mint before but the only difference I've noticed between Ash and Bash is that Bash has completion.

I enjoy writing POSIX style scripts so I don't have too much motivation to switch it up.