Home | History | Annotate | only in /sfw/usr/src/cmd/bash/bash-4.0
Up to higher level directory
NameDateSize
ABOUT-NLS09-Dec-200337.6K
aclocal.m423-Jan-2009127.1K
alias.c04-Jan-200914.5K
alias.h04-Jan-20092.1K
array.c04-Jan-200922.3K
array.h04-Jan-20093.9K
arrayfunc.c04-Jan-200924.8K
arrayfunc.h04-Jan-20092.4K
assoc.c04-Jan-200910K
assoc.h04-Jan-20092.2K
AUTHORS24-Jul-200816.6K
bashansi.h04-Jan-20091.2K
bashhist.c19-Feb-200921.5K
bashhist.h04-Jan-20092.4K
bashintl.h04-Jan-20091.3K
bashjmp.h04-Jan-20091.5K
bashline.c08-Jan-200994.5K
bashline.h04-Jan-20091.9K
bashtypes.h04-Jan-20091K
bracecomp.c04-Jan-20095.6K
braces.c04-Jan-200915.1K
builtins/19-Feb-2009
builtins.h04-Jan-20092.2K
CHANGES19-Feb-2009243.7K
command.h16-Jan-200913.5K
COMPAT12-Feb-200913.7K
config-bot.h04-Jan-20096.2K
config-top.h04-Jan-20094.1K
config.h.in01-Feb-200926.6K
configure09-Feb-2009814.2K
configure.in06-Feb-200934.4K
conftypes.h04-Jan-20091.7K
copy_cmd.c04-Jan-200911.4K
COPYING12-Aug-200834.3K
cross-build/19-Feb-2009
CWRU/19-Feb-2009
dispose_cmd.c04-Jan-20096.1K
dispose_cmd.h04-Jan-20091.4K
doc/19-Feb-2009
error.c04-Jan-20099.1K
error.h08-Jan-20092.8K
eval.c04-Jan-20096.7K
examples/19-Feb-2009
execute_cmd.c13-Feb-2009130.3K
execute_cmd.h16-Jan-20092.4K
expr.c04-Jan-200927.1K
externs.h18-Jan-200915.6K
findcmd.c04-Jan-200916.4K
findcmd.h04-Jan-20091.3K
flags.c04-Jan-20099.8K
flags.h04-Jan-20092.3K
general.c04-Jan-200926.6K
general.h04-Jan-20099.9K
hashcmd.c04-Jan-20095.1K
hashcmd.h04-Jan-20091.4K
hashlib.c04-Jan-20099.6K
hashlib.h04-Jan-20093K
include/19-Feb-2009
input.c04-Jan-200915.2K
input.h04-Jan-20094.3K
INSTALL24-Jul-200816.1K
jobs.c29-Jan-2009108.4K
jobs.h04-Jan-20098.2K
lib/19-Feb-2009
list.c04-Jan-20093.4K
locale.c05-Feb-200913.4K
mailcheck.c04-Jan-200911.3K
mailcheck.h04-Jan-20091.3K
make_cmd.c04-Jan-200921.9K
make_cmd.h04-Jan-20092.8K
Makefile.in04-Jan-200974.4K
MANIFEST19-Feb-200923.1K
MANIFEST.doc19-Nov-2001401
mksyntax.c04-Jan-20097.2K
NEWS11-Feb-200958.5K
nojobs.c16-Jan-200921.1K
NOTES31-Jul-200813.7K
parse.y08-Jan-2009148.9K
parser-built08-Jan-20094.1K
parser.h04-Jan-20092.6K
patchlevel.h04-Jan-20091.1K
pathexp.c04-Jan-200910.4K
pathexp.h04-Jan-20093.8K
pathnames.h.in04-Jan-20091.2K
pcomplete.c01-Feb-200937.1K
pcomplete.h04-Jan-20094.6K
pcomplib.c04-Jan-20094.2K
po/19-Feb-2009
POSIX29-Dec-20087.6K
print_cmd.c19-Feb-200932.5K
quit.h04-Jan-20091.8K
RBASH19-Oct-20051.7K
README12-Sep-20083.4K
redir.c04-Jan-200931.9K
redir.h04-Jan-20091.5K
shell.c04-Jan-200948.9K
shell.h04-Jan-20094.3K
sig.c04-Jan-200914.3K
sig.h04-Jan-20094.3K
siglist.c04-Jan-20094.7K
siglist.h04-Jan-20091.5K
stringlib.c04-Jan-20096.5K
subst.c28-Jan-2009224.9K
subst.h04-Jan-200912.1K
support/19-Feb-2009
syntax.h04-Jan-20093.4K
test.c04-Jan-200918.7K
test.h04-Jan-20091.2K
tests/19-Feb-2009
trap.c16-Jan-200927.6K
trap.h04-Jan-20092.9K
unwind_prot.c04-Jan-20097.9K
unwind_prot.h04-Jan-20091.9K
variables.c04-Jan-2009111.3K
variables.h04-Jan-200914.4K
version.c04-Jan-20092.9K
xmalloc.c04-Jan-20094.4K
xmalloc.h04-Jan-20091.7K
y.tab.c08-Jan-2009227.3K
y.tab.h08-Jan-20094.1K
Y2K11-Jan-2004205

README

      1 Introduction
      2 ============
      3 
      4 This is GNU Bash, version 4.0.  Bash is the GNU Project's Bourne
      5 Again SHell, a complete implementation of the POSIX.2 shell spec,
      6 but also with interactive command line editing, job control on
      7 architectures that support it, csh-like features such as history
      8 substitution and brace expansion, and a slew of other features. 
      9 For more information on the features of Bash that are new to this
     10 type of shell, see the file `doc/bashref.texi'.  There is also a
     11 large Unix-style man page.  The man page is the definitive description
     12 of the shell's features. 
     13 
     14 See the file POSIX for a discussion of how the Bash defaults differ
     15 from the POSIX.2 spec and a description of the Bash `posix mode'.
     16 
     17 There are some user-visible incompatibilities between this version
     18 of Bash and previous widely-distributed versions, bash-2.05b and
     19 bash-3.2.  For details, see the file COMPAT.  The NEWS file tersely
     20 lists features that are new in this release. 
     21 
     22 Bash is free software, distributed under the terms of the [GNU] General
     23 Public License as published by the Free Software Foundation,
     24 version 3 of the License (or any later version).  For more information,
     25 see the file COPYING. 
     26 
     27 A number of frequently-asked questions are answered in the file
     28 `doc/FAQ'.
     29 
     30 To compile Bash, try typing `./configure', then `make'.  Bash
     31 auto-configures the build process, so no further intervention
     32 should be necessary.  Bash builds with `gcc' by default if it is
     33 available.  If you want to use `cc' instead, type
     34 
     35 	CC=cc ./configure
     36 
     37 if you are using a Bourne-style shell.  If you are not, the following
     38 may work:
     39 
     40 	env CC=cc ./configure
     41 
     42 Read the file INSTALL in this directory for more information about how
     43 to customize and control the build process.  The file NOTES contains
     44 platform-specific installation and configuration information.
     45 
     46 If you are a csh user and wish to convert your csh aliases to Bash
     47 aliases, you may wish to use the script `examples/misc/alias-conv.sh'
     48 as a starting point.  The script `examples/misc/cshtobash' is a
     49 more ambitious script that attempts to do a more complete job.
     50 
     51 Reporting Bugs
     52 ==============
     53 
     54 Bug reports for bash should be sent to:
     55 
     56 	bug-bash (a] gnu.org
     57 
     58 using the `bashbug' program that is built and installed at the same
     59 time as bash.
     60 
     61 The discussion list `bug-bash (a] gnu.org' often contains information
     62 about new ports of Bash, or discussions of new features or behavior
     63 changes that people would like.  This mailing list is also available
     64 as a usenet newsgroup: gnu.bash.bug. 
     65 
     66 When you send a bug report, please use the `bashbug' program that is
     67 built at the same time as bash.  If bash fails to build, try building
     68 bashbug directly with `make bashbug'.  If you cannot build `bashbug',
     69 please send mail to bug-bash (a] gnu.org with the following information:
     70 
     71 	* the version number and release status of Bash (e.g., 2.05a-release)
     72 	* the machine and OS that it is running on (you may run
     73 	  `bashversion -l' from the bash build directory for this information)
     74 	* a list of the compilation flags or the contents of `config.h', if
     75 	  appropriate
     76 	* a description of the bug
     77 	* a recipe for recreating the bug reliably
     78 	* a fix for the bug if you have one!
     79 
     80 The `bashbug' program includes much of this automatically.
     81 
     82 If you would like to contact the Bash maintainers directly, send mail
     83 to bash-maintainers (a] gnu.org.
     84 
     85 While the Bash maintainers do not promise to fix all bugs, we would
     86 like this shell to be the best that we can make it.
     87 
     88 Enjoy!
     89 
     90 Chet Ramey
     91 chet.ramey (a] case.edu
     92