We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f831f6a commit 6f8024dCopy full SHA for 6f8024d
content/pages/02-development-environments/08-bash-shell.markdown
@@ -8,7 +8,8 @@ meta: The Bourne-Again Shell (Bash) is an implementation of the shell concept an
8
9
10
# Bourne-again shell (Bash)
11
-The [Bourne-again shell](https://www.gnu.org/software/bash/), almost
+The [Bourne-Again SHell](https://www.gnu.org/software/bash/)
12
+([source code](https://savannah.gnu.org/git/?group=bash)), almost
13
always referred to simply as "*Bash*", interprets and executes input
14
entered from a source such as the user or a program. Bash is an
15
implementation of the [shell concept](/shells.html) and is often used
0 commit comments