this post was submitted on 01 Dec 2024
414 points (99.3% liked)

Bash

891 readers
1 users here now

Talk about the Bash Shell and Bash scripting

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 4 months ago (10 children)

The most useful bash command of all: sudo apt-get -y install zsh; chsh -s zsh; exec zsh ;)

I kid, I kid! I actually like bash a lot. I really prefer it for scripting. Arrays are extremely useful but not specified in posix. Bash is pretty ubiquitous though.

I'm also curious if there are any bash partisans who prefer it over zsh and for what reasons.

[–] [email protected] 7 points 4 months ago (8 children)

I actually prefer fish, but I want to learn more bash because is is ubiquitous and a lot of bash stuff also works in fish.

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

Fish is great! I used it for a while a long time ago but I ended up stopping because a few tools expected your shell to be set to something posix compatible. I wonder if the support is better now, I should give it a shot

load more comments (7 replies)
load more comments (8 replies)