Jump to content

Bash: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A [[UNIX]] style shell created in 1987 by Brian Fox while he was working for the the [[Free Software Foundation]], it was originally named '''Bourne-Again Shell''' (bash) since is was meant to be a replacement for the [[Bourne Shell]]. Early versions of the Bash shell were extremely buggy and had a severely limited functionality, it is not until the mid 90's that the shell starts to become something that could replace Bourne, but that was well after Chet Ramey took over the role of developing the tool.
{{Software
|Picture=Bash.png
|Name=Bourne Again Shell
|Version=5.1.16 (Jan 2022)
|Vendor=[[Free Software Foundation]]
|Author=Brian Fox (Original author)<br />Chet Ramey (maintainer)
|Licence=GNU [[GPL v3]]
|WWW=https://www.gnu.org/software/bash/
}}
The '''Bourne Again Shell''' (bash) is a [[UNIX]] style shell created in 1987 by Brian Fox while he was working for the [[Free Software Foundation]].
 
==History==
Bash was originally meant to be a replacement for the [[Bourne Shell]]. Early versions were extremely buggy and had a severely limited functionality, it is not until the mid 90s that the shell starts to become something that could replace Bourne, but that was well after Chet Ramey took over the role of developing the tool.
 
==Version==
* 2.0 (1996-12-31)
* 3.2.0 (2006-10-11)
 
==Publications==
* Cameron Newham; Bill Rosenblatt: ''Learning the bash Shell'' - O'Reilly 1995, ISBN 1-56592-147-X


==Links==
==Links==
Line 6: Line 25:
* [http://www.computerworld.com.au/article/222764/a-z_programming_languages_bash_bourne-again_shell/ The A-Z of Programming Languages: BASH/Bourne-Again Shell] - An interview with Chet Ramey - From [[Computerworld]]
* [http://www.computerworld.com.au/article/222764/a-z_programming_languages_bash_bourne-again_shell/ The A-Z of Programming Languages: BASH/Bourne-Again Shell] - An interview with Chet Ramey - From [[Computerworld]]


==Authors==
[[Category:UNIX Shell]][[Category:GNU Software]]
* Brian Fox (Original author)
* Chet Ramey (Current maintainer)
 
[[Category:UNIX Shell]][[Category:Open Source Software]]

Latest revision as of 22:18, 3 July 2022

Bash
Name Bourne Again Shell
Version 5.1.16 (Jan 2022)
Vendor Free Software Foundation
Author Brian Fox (Original author)
Chet Ramey (maintainer)
Licence GNU GPL v3
WWW https://www.gnu.org/software/bash/

The Bourne Again Shell (bash) is a UNIX style shell created in 1987 by Brian Fox while he was working for the Free Software Foundation.

History

Bash was originally meant to be a replacement for the Bourne Shell. Early versions were extremely buggy and had a severely limited functionality, it is not until the mid 90s that the shell starts to become something that could replace Bourne, but that was well after Chet Ramey took over the role of developing the tool.

Version

  • 2.0 (1996-12-31)
  • 3.2.0 (2006-10-11)

Publications

  • Cameron Newham; Bill Rosenblatt: Learning the bash Shell - O'Reilly 1995, ISBN 1-56592-147-X

Links