bash-desc.xml 436 B

12345678910111213141516
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Bash package contains the bash program</para>
  4. </sect2>
  5. <sect2><title>Description</title>
  6. <para>Bash is the Bourne-Again SHell, which is a widely used command
  7. interpreter on Unix systems. Bash is a program that reads from standard
  8. input, the keyboard. A user types something and the program will evaluate
  9. what he has typed and do something with it, like running a program.</para>
  10. </sect2>