Comment on BASH as a Modern Programming Language [ppt]parentComments−e4012yEven if not the default shell on BSD, is bash available (by default)?−tedunangst12yBy default, no. Installable, yes.Installed in /bin/bash? No as well. Don't start portable scripts with #!/bin/bash.−clarry12yIt can be installed via ports or packages.
Comments
Even if not the default shell on BSD, is bash available (by default)?
By default, no. Installable, yes.
Installed in /bin/bash? No as well. Don't start portable scripts with #!/bin/bash.
It can be installed via ports or packages.