Jump to content

Bash: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
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.
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.


==Links & publications==
==Links==
* [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]]


Line 8: Line 8:
* Chet Ramey (Current maintainer)
* Chet Ramey (Current maintainer)


[[Category:Tools]]
[[Category:Shell]]

Revision as of 21:51, 29 January 2017

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.

Links

Authors

  • Brian Fox (Original author)
  • Chet Ramey (Current maintainer)