]> git.ipfire.org Git - thirdparty/bash.git/blob - README
Imported from ../bash-1.14.7.tar.gz.
[thirdparty/bash.git] / README
1 This README file is in -*- text -*- mode, because Emacs likes it that way.
2
3 This is GNU Bash, version 1.14. 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 DVI file there, as
10 well as a large man page.
11
12 To compile it, try typing `make'. Bash auto-configures the build
13 process, so no intervention should be necessary. If you want to
14 use gcc, type `make CC=gcc CPPNAME='$(CC) -E''.
15
16 You may want to read the file INSTALL in this directory for more
17 information if the make fails.
18
19 If you are a csh user and wish to convert your csh aliases to Bash
20 aliases, you may wish to use the script in examples/alias-conv.sh
21 as a starting point.
22
23 Bug reports for 1.14 should be sent to:
24
25 bug-bash@prep.ai.mit.edu
26
27 using the `bashbug' program that is built and installed at the same
28 time as bash.
29
30 The discussion list "bug-bash@prep.ai.mit.edu" often contains information
31 about new ports of Bash, or discussions of new features or behavior
32 changes that people would like. This mailing list is also available
33 as a usenet newsgroup: gnu.bash.bug.
34
35 When you send a bug report to bash-maintainers@prep.ai.mit.edu, please
36 include:
37
38 * the version number of Bash
39 * the machine and OS that it is running on (see .machine or .made)
40 * a description of the bug
41 * a recipe for recreating the bug reliably
42 * a fix for the bug if you have one!
43
44 The `bashbug' program includes much of this automatically.
45
46 While the Bash maintainers do not promise to fix all bugs, we would
47 like this shell to be the best that we can make it.
48
49 Enjoy!
50
51 Chet Ramey
52 chet@po.cwru.edu