General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
DistroTube
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "The Confusion With Linux Shells" video.
I tried out qbsh, but was disappointed with how unlike QBasic it was. I'm thinking about writing my own version.
1
@krzysztofwaleska It's a symlink to bash. Though on any given system there's nothing to stop you from replacing it with whatever you want.
1
@vikingnoise The installer lets you select any shell as the default. I've always left it as bash because it's still the best shell.
1
And hopefully you remember to use /bin/bash in the shebang for scripts you write, because sh compatibility mode is annoying.
1
This is a valid point, and why I always explicitly use /bin/bash for the shebang when I write shell scripts.
1