mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
04a335156f
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
18 lines
705 B
XML
18 lines
705 B
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2><title>Short descriptions</title>
|
|
|
|
<para><command>bash</command> is a widely-used command interpreter. It
|
|
performs all kinds of expansions and substitutions on a given command line
|
|
before executing it, thus making this interpreter a powerful tool.</para>
|
|
|
|
<para><command>bashbug</command> is a shell script to help the user
|
|
compose and mail bug reports concerning bash in a standard format.</para>
|
|
|
|
<para><command>sh</command> 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>
|
|
|
|
</sect2>
|
|
|