bash-desc.sgml 438 B

1234567891011121314151617181920
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Bash package contains the bash program
  5. </para>
  6. </sect2>
  7. <sect2><title>Description</title>
  8. <para>
  9. Bash is the Bourne-Again SHell, which is a widely used command
  10. interpreter on Unix systems. Bash is a program that reads from standard
  11. input, the keyboard. You type something and the program will evaluate
  12. what you have typed and do something with it, like running a program.
  13. </para>
  14. </sect2>