bash-desc.xml 983 B

123456789101112131415161718192021222324252627282930
  1. <sect2><title>Contents of Bash</title>
  2. <para>Last checked against version &bash-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>bash, sh (link to bash) and bashbug</para></sect3>
  5. <sect3><title>Descriptions</title>
  6. <sect4><title>bash</title>
  7. <para>bash is the Bourne-Again SHell, which is a widely used command
  8. interpreter on Unix systems. The bash program reads from standard
  9. input, the keyboard. A user types something and the program will evaluate
  10. what he has typed and do something with it, like running a
  11. program.</para></sect4>
  12. <sect4><title>bashbug</title>
  13. <para>bashbug is a shell script to help the user compose and mail bug
  14. reports concerning bash in a standard format.</para></sect4>
  15. <sect4><title>sh</title>
  16. <para>sh is a symlink to the bash program. When invoked as sh, bash
  17. tries to mimic the startup behavior of historical versions of sh as closely
  18. as possible, while conforming to the POSIX standard as
  19. well.</para></sect4>
  20. </sect3>
  21. </sect2>