2002-04-19 19:27:01 +01:00
|
|
|
<sect2><title>Contents of Bash-&bash-contversion;</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Program Files</title>
|
|
|
|
<para>bash, sh (link to bash) and bashbug</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Descriptions</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>bash</title>
|
2002-05-23 18:00:34 +01:00
|
|
|
<para>bash is the Bourne-Again SHell, which is a widely used command
|
|
|
|
interpreter on Unix systems. The bash program reads from standard
|
2001-03-14 19:26:45 +00:00
|
|
|
input, the keyboard. A user types something and the program will evaluate
|
2002-02-06 23:15:46 +00:00
|
|
|
what he has typed and do something with it, like running a
|
|
|
|
program.</para></sect4>
|
|
|
|
|
|
|
|
<sect4><title>bashbug</title>
|
|
|
|
<para>bashbug is a shell script to help the user compose and mail bug
|
|
|
|
reports concerning bash in a standard format.</para></sect4>
|
|
|
|
|
|
|
|
<sect4><title>sh</title>
|
|
|
|
<para>sh is a symlink to the bash program. When invoked as sh, bash
|
|
|
|
tries to mimic the startup behavior of historical versions of sh as closely
|
|
|
|
as possible, while conforming to the POSIX standard as
|
|
|
|
well.</para></sect4>
|
|
|
|
|
|
|
|
</sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|