Added a few comments here and there
[linux_from_scratch.git] / BOOK / appendixa / bash-desc.xml
blobf1aa1ebd5c0cee5b31743fe82d83b454161379a4
1 <sect2><title>Short descriptions</title>
3 <para><command>bash</command> is a widely-used command interpreter. It
4 performs all kinds of expansions and substitutions on a given command line
5 before executing it, thus making this interpreter a powerful tool.</para>
7 <para><command>bashbug</command> is a shell script to help the user
8 compose and mail bug reports concerning bash in a standard format.</para>
10 <para><command>sh</command> is a symlink to the bash program. When invoked
11 as sh, bash tries to mimic the startup behavior of historical versions of sh as
12 closely as possible, while conforming to the POSIX standard as well.</para>
14 </sect2>