2003-01-11 15:58:55 +00:00
|
|
|
<sect2><title>Contents of Bash</title>
|
|
|
|
|
2003-11-02 12:22:50 +00:00
|
|
|
<!-- <para>(Last checked against version &bash-contversion;.)</para> -->
|
2003-01-11 15:58:55 +00:00
|
|
|
|
|
|
|
<para>bash is the Bourne-Again SHell, which is a widely used command
|
|
|
|
interpreter on Unix systems. The bash program reads from standard
|
2003-01-18 23:23:45 +00:00
|
|
|
input (the keyboard). A user types something and the program will evaluate
|
2003-01-11 15:58:55 +00:00
|
|
|
what he has typed and do something with it, like running a
|
|
|
|
program.</para>
|
|
|
|
|
2003-10-06 23:19:12 +01:00
|
|
|
<para><emphasis>Installed programs</emphasis>: bash, sh (link to bash) and
|
|
|
|
bashbug</para>
|
2003-01-11 15:58:55 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|