Analysis of information sources in references of the Wikipedia article "Bash (Unix shell)" in English language version.
In Linux, most users run bash because it is the most popular shell.
The Bourne Again Shell (bash) is the most common shell installed with Linux distributions.
Bash is by far the most popular shell and forms the default shell on Linux and Mac OSX systems.
When Richard Stallman decided to create a full replacement for the then-encumbered Unix systems, he knew that he would eventually have to have replacements for all of the common utilities, especially the standard shell, and those replacements would have to have acceptable licensing.
But virtually all the configure and install scripts that come with open-source programs are written for bash, and if you want to understand those scripts, you have to know bash.
Bash is free software, distributed under the terms of the [GNU] General Public License as published by the Free Software Foundation, version 3 of the License (or any later version).
"Bourne Again Shell" is a play on the name Bourne Shell, which was the usual shell on Unix.
The ultimate goal is to provide free software to do all of the jobs computer users want to do—and thus make proprietary software a thing of the past.
Free Software Foundation employees have written and maintained a number of GNU software packages. Two notable ones are the C library and the shell. ... We funded development of these programs because the GNU Project was not just about tools or a development environment. Our goal was a complete operating system, and these programs were needed for that goal.
Birthdate: Sunday, January 10th, 1988. Initial author: Brian Fox
I've currently ported bash(1.08) and gcc(1.40), and things seem to work.
For a year and a half, the GNU shell was "just about done". The author made repeated promises to deliver what he had done, and never kept them. Finally I could no longer believe he would ever deliver anything. So Foundation staff member Brian Fox is now implementing an imitation of the Bourne shell.
The Bourne shell is an interactive command interpreter and command programming language.
See test.c for GPL-2.0-or-later
The bash binary bundled with macOS has been stuck on version 3.2 for a long time now. bash v4 was released in 2009 and bash v5 in January 2019. The reason Apple has not switched to these newer versions is that they are licensed with GPL v3. bash v3 is still GPL v2.
Bash is free software, distributed under the terms of the [GNU] General Public License as published by the Free Software Foundation, version 3 of the License (or any later version).
See test.c for GPL-2.0-or-later
"Bourne Again Shell" is a play on the name Bourne Shell, which was the usual shell on Unix.
When Richard Stallman decided to create a full replacement for the then-encumbered Unix systems, he knew that he would eventually have to have replacements for all of the common utilities, especially the standard shell, and those replacements would have to have acceptable licensing.
Birthdate: Sunday, January 10th, 1988. Initial author: Brian Fox
For a year and a half, the GNU shell was "just about done". The author made repeated promises to deliver what he had done, and never kept them. Finally I could no longer believe he would ever deliver anything. So Foundation staff member Brian Fox is now implementing an imitation of the Bourne shell.
Free Software Foundation employees have written and maintained a number of GNU software packages. Two notable ones are the C library and the shell. ... We funded development of these programs because the GNU Project was not just about tools or a development environment. Our goal was a complete operating system, and these programs were needed for that goal.
In Linux, most users run bash because it is the most popular shell.
The Bourne Again Shell (bash) is the most common shell installed with Linux distributions.
Bash is by far the most popular shell and forms the default shell on Linux and Mac OSX systems.
The bash binary bundled with macOS has been stuck on version 3.2 for a long time now. bash v4 was released in 2009 and bash v5 in January 2019. The reason Apple has not switched to these newer versions is that they are licensed with GPL v3. bash v3 is still GPL v2.
But virtually all the configure and install scripts that come with open-source programs are written for bash, and if you want to understand those scripts, you have to know bash.