home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / BASHOS2.ZIP / README < prev    next >
Text File  |  1992-11-28  |  2KB  |  42 lines

  1. This README file is in -*- text -*- mode, because Emacs likes it that way.
  2.  
  3. This is GNU Bash, version 1.12.  Bash is the GNU Project's Bourne
  4. Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
  5. but also with interactive command line editing, job control on
  6. architectures that support it, Csh-like history features and brace
  7. expansion, and a slew of other stuff.  For more information on the
  8. features of Bash that are new to this type of shell, see the file
  9. `documentation/features.texi'.  There is also a processed DVI file
  10. there, as well as a large man page.
  11.  
  12. To compile it, try typing `make'.
  13.  
  14. You may want to read the file INSTALL in this directory for more
  15. information, but I doubt it.
  16.  
  17. If you are a csh user and wish to convert your csh aliases to Bash
  18. aliases, you may wish to use the script in examples/alias-conv.sh.
  19.  
  20. Bug reports for 1.12 should be sent to:
  21.  
  22.     bash-maintainers@ai.mit.edu
  23.  
  24. The discussion list "bug-bash@ai.mit.edu" often contains information
  25. about new ports of Bash, or discussions of new features or behaviour
  26. changes that people would like.  This mailing list is also available
  27. as a news feed in gnu.bash.bug.
  28.  
  29. When you send a bug report to bash-maintainers@ai.mit.edu, please
  30. include:
  31.  
  32.     * the version number of Bash
  33.     * the machine and OS that it is running on (see .machine or .made)
  34.     * a description of the bug
  35.     * a recipe for recreating the bug reliably
  36.     * a fix for the bug if you have one!
  37.  
  38. While the maintainers of Bash do not promise to fix all bugs, we would
  39. like this shell to be the best that we can make it.
  40.  
  41. Enjoy!
  42.