Difference between revisions of "Bash"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Bash |Short description=Shell of the GNU operating system |Full description=Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ks...")
 
Line 6: Line 6:
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=3.2
+
|Version identifier=4.0
|Version date=2006-11-11
+
|Version date=2009-02-24
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/pub/gnu/bash/bash-3.2.tar.gz
+
|Version download=http://ftp.gnu.org/pub/gnu/bash/bash-4.0.tar.gz
|License verified date=2001-01-31
+
|License verified date=2009-02-24
|Version comment=3.2 stable released 2006-11-11
+
|Version comment=
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 18: Line 18:
 
{{Project license
 
{{Project license
 
|License=GPLv2orlater
 
|License=GPLv2orlater
|License verified by=Janet Casey
+
|License verified by=Kelly Hopkins
|License verified date=2001-01-31
+
|License verified date=2009-02-24
 
}}
 
}}

Revision as of 09:13, 12 April 2011


[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









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.