Difference between revisions of "Bash"

From Free Software Directory
Jump to: navigation, search
(8 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
 +
|IRC general=irc://irc.freenode.net/#bash
 
|Related projects=gnustandards,Bash.Diff,Tcsh,Zsh,lsh,pdksh,vshnu,fish
 
|Related projects=gnustandards,Bash.Diff,Tcsh,Zsh,lsh,pdksh,vshnu,fish
 
|Keywords=shell,command line,bash,csh,ksh,sh
 
|Keywords=shell,command line,bash,csh,ksh,sh
|Version identifier=5.0-rc1
+
|Version identifier=5.0
|Version date=2018/12/20
+
|Version date=2019/01/07
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/bash/bash-5.0-rc1.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2019/01/02
+
|Last review date=2019/01/24
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
Line 38: Line 39:
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
|OpenPGP signature=https://ftp.gnu.org/gnu/bash/bash-5.0-rc1.tar.gz.sig
+
|OpenPGP signature=https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 54: Line 55:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=chet.ramey@case.edu
 
|Email=chet.ramey@case.edu
}}
 
{{Resource
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/bash/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 66: Line 63:
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
 
|Resource URL=https://savannah.gnu.org/projects/bash/
 
|Resource URL=https://savannah.gnu.org/projects/bash/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/bash/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 78: Line 79:
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-bash/
 
|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
Line 88: Line 93:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=General
+
|Resource kind=Homepage
|Resource URL=https://tiswww.case.edu/php/chet/bash/bashtop.html/
+
|Resource URL=https://tiswww.case.edu/php/chet/bash/bashtop.html
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://translationproject.org/domain/bash.html/
+
|Resource URL=https://translationproject.org/domain/bash.html
 
}}
 
}}
 
{{Resource
 
{{Resource

Revision as of 08:53, 24 January 2019


[edit]

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





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




Entry







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


"Savannah (Ref)" 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.