Difference between revisions of "Bash"

From Free Software Directory
Jump to: navigation, search
(bash-5.2)
 
(35 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Bash
+
|Name=GNU Bash
|Short description=Shell of the GNU operating system
+
|Short description=The GNU Project implementation of the standard Unix shell.
|Full description=Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use; these include command line editing, unlimited size command history, job control, shell functions and aliases, indexed arrays of unlimited size, and integer arithmetic in any base from two to sixty-four. Bash can run most sh scripts without modification.
+
|Full description='''Bash''' is the shell, or command language interpreter, for the GNU operating system. The name is an acronym for the ''Bourne-Again SHell'', a pun on Stephen Bourne, the author of the direct ancestor of the current Unix shell sh, which appeared in the Seventh Edition Bell Labs Research version of Unix.
|User level=intermediate
+
 
|Submitted by=Database conversion
+
Bash is largely compatible with sh and incorporates useful features from the [[ksh|Korn shell ksh]] and the [[csh|C shell csh]]. It is intended to be a conformant implementation of the IEEE POSIX Shell and Tools portion of the IEEE POSIX specification (IEEE Standard 1003.1). It offers functional improvements over sh for both interactive and programming use.
|Submitted date=2011-04-01
+
 
|Version identifier=4.0
+
While the GNU operating system provides other shells, including a version of [[csh]], Bash is the default shell. Like other GNU software, Bash is quite portable. It currently runs on nearly every version of Unix and a few other operating systems - independently-supported ports exist for MS-DOS, OS/2, and Windows platforms.  
|Version date=2009-02-24
+
 
|Version status=stable
+
=== What is a shell? ===
|Version download=http://ftp.gnu.org/pub/gnu/bash/bash-4.0.tar.gz
+
A Unix shell is both a '''command interpreter''' and a '''programming language'''. As a command interpreter, the shell provides the user interface to the rich set of [[Coreutils|GNU utilities]]. The programming language features allow these utilities to be combined. Files containing commands can be created, and become commands themselves. These new commands have the same status as system commands in directories such as /bin, allowing users or groups to establish custom environments to automate their common tasks.
|License verified date=2009-02-24
+
|Homepage URL=https://www.gnu.org/software/bash/
|Version comment=
+
|Version download=https://ftpmirror.gnu.org/bash/bash-5.2.tar.gz
 +
|Test entry=No
 +
|Is GNU=Yes
 +
|GNU package identifier=bash
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=Copyright (C) 1987-2019 Free Software Foundation, Inc.
 +
|License verified by=Genium
 +
|License verified date=2022-02-02
 +
|License note=https://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 +
|Software-development=shell
 +
|Use=software-development, system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=bash
 +
}}
 +
{{Person
 +
|Real name=Chet Ramey
 +
|Role=Maintainer
 +
|Email=chet.ramey@case.edu
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/bash/
 
}}
 
}}
{{Project license
+
{{Resource
|License=GPLv2orlater
+
|Resource audience=Git
|License verified by=Kelly Hopkins
+
|Resource kind=VCS Repository Webview
|License verified date=2009-02-24
+
|Resource URL=https://git.savannah.gnu.org/cgit/bash.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-bash/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-bash/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bash-announce/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/bash/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=General
 +
|Resource URL=https://ftpmirror.gnu.org/bash/
 +
}}
 +
{{Resource
 +
|Resource kind=Homepage
 +
|Resource URL=https://tiswww.case.edu/php/chet/bash/bashtop.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/bash.html
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q189248
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/bash
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/bash.git
 +
|Computer languages=C
 +
|Documentation note=https://www.gnu.org/software/bash/manual/
 +
|Decommissioned or Obsolete=No
 +
|IRC general=irc://irc.libera.chat/bash
 +
|Related projects=ksh, csh, eshell
 +
|Version identifier=5.2
 +
|Version date=2022-09-26
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-09-27
 +
|Submitted by=WikiSysop
 +
|Submitted date=2011-04-12
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/bash/bash-5.2.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 09:29, 27 September 2022


Overview

GNU Bash

https://www.gnu.org/software/bash/
The GNU Project implementation of the standard Unix shell.

Bash is the shell, or command language interpreter, for the GNU operating system. The name is an acronym for the Bourne-Again SHell, a pun on Stephen Bourne, the author of the direct ancestor of the current Unix shell sh, which appeared in the Seventh Edition Bell Labs Research version of Unix.

Bash is largely compatible with sh and incorporates useful features from the Korn shell ksh and the C shell csh. It is intended to be a conformant implementation of the IEEE POSIX Shell and Tools portion of the IEEE POSIX specification (IEEE Standard 1003.1). It offers functional improvements over sh for both interactive and programming use.

While the GNU operating system provides other shells, including a version of csh, Bash is the default shell. Like other GNU software, Bash is quite portable. It currently runs on nearly every version of Unix and a few other operating systems - independently-supported ports exist for MS-DOS, OS/2, and Windows platforms.

What is a shell?

A Unix shell is both a command interpreter and a programming language. As a command interpreter, the shell provides the user interface to the rich set of GNU utilities. The programming language features allow these utilities to be combined. Files containing commands can be created, and become commands themselves. These new commands have the same status as system commands in directories such as /bin, allowing users or groups to establish custom environments to automate their common tasks.

Documentation

https://www.gnu.org/software/bash/manual/

"IRC general" IRC general channel
irc://irc.libera.chat/bash

Related Projects






Details

Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 February 2022




Leaders and contributors

Contact(s)Role
Chet Ramey Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftp.gnu.org/gnu/bash/
WikidataGeneralhttps://www.wikidata.org/wiki/Q189248
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-bash/
FTPGeneralhttps://ftpmirror.gnu.org/bash/
Generalhttps://translationproject.org/domain/bash.html
GitVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/bash.git/
DebianDeveloperhttps://tracker.debian.org/pkg/bash
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bash-announce/
SavannahDeveloperhttps://savannah.gnu.org/projects/bash/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-bash/
Homepagehttps://tiswww.case.edu/php/chet/bash/bashtop.html


Software prerequisites

About this entry

This entry (in part or in whole) was last reviewed on 27 September 2022.



<headertabs />


Entry








"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Git" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.