home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / bash-1.14.4 / README < prev   
Encoding:
Text File  |  1995-07-26  |  2.2 KB  |  59 lines

  1. This README file is in -*- text -*- mode, because Emacs likes it that way.
  2.  
  3. [Skunkware 5.0 Note - The Bash source is being distributed as a gzip'd
  4. tar file. To extract, issue the command :
  5.     $ gzcat /usr/skunk/src/Tools/bash-1.14.4/bash-1.14.4.tar.gz | tar xf -
  6. after having cd'd into a writeable empty directory of your choice. 
  7. The uncompressed extracted source occupies nearly 15 Mb. ]
  8.  
  9. This is GNU Bash, version 1.14.  Bash is the GNU Project's Bourne
  10. Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
  11. but also with interactive command line editing, job control on
  12. architectures that support it, Csh-like history features and brace
  13. expansion, and a slew of other stuff.  For more information on the
  14. features of Bash that are new to this type of shell, see the file
  15. `documentation/features.texi'.  There is also a DVI file there, as
  16. well as a large man page.
  17.  
  18. To compile it, try typing `make'.  Bash auto-configures the build
  19. process, so no intervention should be necessary.  If you want to
  20. use gcc, type `make CC=gcc CPPNAME='$(CC) -E''.
  21.  
  22. You may want to read the file INSTALL in this directory for more
  23. information if the make fails.
  24.  
  25. If you are a csh user and wish to convert your csh aliases to Bash
  26. aliases, you may wish to use the script in examples/alias-conv.sh
  27. as a starting point.
  28.  
  29. Bug reports for 1.14 should be sent to:
  30.  
  31.     bug-bash@prep.ai.mit.edu
  32.  
  33. using the `bashbug' program that is built and installed at the same
  34. time as bash.
  35.  
  36. The discussion list "bug-bash@prep.ai.mit.edu" often contains information
  37. about new ports of Bash, or discussions of new features or behavior
  38. changes that people would like.  This mailing list is also available
  39. as a usenet newsgroup: gnu.bash.bug.
  40.  
  41. When you send a bug report to bash-maintainers@prep.ai.mit.edu, please
  42. include:
  43.  
  44.     * the version number of Bash
  45.     * the machine and OS that it is running on (see .machine or .made)
  46.     * a description of the bug
  47.     * a recipe for recreating the bug reliably
  48.     * a fix for the bug if you have one!
  49.  
  50. The `bashbug' program includes much of this automatically.
  51.  
  52. While the Bash maintainers do not promise to fix all bugs, we would
  53. like this shell to be the best that we can make it.
  54.  
  55. Enjoy!
  56.  
  57. Chet Ramey
  58. chet@po.cwru.edu
  59.