The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Bash"
(Created page with "{{Ebuild |Summary=The standard GNU Bourne-again shell. |CatPkg=app-shells/bash |Maintainer= }} This is the ebuild for <tt>bash</tt>, the standard shell for Funtoo Linux system...") |
|||
Line 5: | Line 5: | ||
}} | }} | ||
This is the ebuild for <tt>bash</tt>, the standard shell for Funtoo Linux systems. | This is the ebuild for <tt>bash</tt>, the standard shell for Funtoo Linux systems. | ||
'''Bash''' is the GNU Project's ''Bourne Again SHell'', a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features. [http://tiswww.case.edu/php/chet/bash/bashtop.html] | |||
== Learning Bash == | == Learning Bash == | ||
Line 10: | Line 12: | ||
The following articles, written originally for IBM developerWorks by Daniel Robbins, serve as an excellent introduction to the bash shell: | The following articles, written originally for IBM developerWorks by Daniel Robbins, serve as an excellent introduction to the bash shell: | ||
* [[Bash | * [[Bash by Example, Part 1]] | ||
* [[Bash | * [[Bash by Example, Part 2]] | ||
* [[Bash | * [[Bash by Example, Part 3]] | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 05:36, June 29, 2014
Bash
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
This is the ebuild for bash, the standard shell for Funtoo Linux systems.
Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features. [1]
Learning Bash
The following articles, written originally for IBM developerWorks by Daniel Robbins, serve as an excellent introduction to the bash shell: