The Wayback Machine - http://web.archive.org/web/20200526061248/https://github.com/gitGNU/gnu_bash
Skip to content
No description, website, or topics provided.
C Yacc Shell Perl Makefile M4 Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
CWRU Bash-4.4 distribution sources and documentation Sep 15, 2016
builtins
cross-build Imported from ../bash-3.2.tar.gz. Sep 12, 2009
doc
examples Bash-4.4 distribution sources and documentation Sep 15, 2016
include
lib
m4
po Bash-4.4 distribution sources and documentation Sep 15, 2016
support
tests Bash-4.4 distribution sources and documentation Sep 15, 2016
.gitignore
ABOUT-NLS
AUTHORS Bash-4.3 distribution sources and documentation Feb 26, 2014
CHANGES
COMPAT
COPYING
ChangeLog
INSTALL
MANIFEST
MANIFEST.doc
Makefile.in
NEWS Bash-4.4 distribution sources and documentation Sep 15, 2016
NOTES
POSIX
RBASH
README Bash-4.4 distribution sources and documentation Sep 15, 2016
Y2K
aclocal.m4
alias.c
alias.h
array.c Bash-4.4 distribution sources and documentation Sep 15, 2016
array.h
arrayfunc.c
arrayfunc.h
assoc.c
assoc.h Bash-4.3 distribution sources and documentation Feb 26, 2014
bashansi.h
bashhist.c Bash-4.4 distribution sources and documentation Sep 15, 2016
bashhist.h
bashintl.h Imported from ../bash-4.0-rc1.tar.gz. Sep 12, 2009
bashjmp.h
bashline.c Bash-4.4 patch 7 Jan 20, 2017
bashline.h
bashtypes.h
bracecomp.c Bash-4.3 distribution sources and documentation Feb 26, 2014
braces.c Bash-4.4 distribution sources and documentation Sep 15, 2016
builtins.h Bash-4.4 distribution sources and documentation Sep 15, 2016
command.h
config-bot.h
config-top.h
config.h.in
configure
configure.ac Bash-4.4 distribution sources and documentation Sep 15, 2016
configure.in Bash-4.2 distribution sources and documentation Nov 23, 2011
conftypes.h
copy_cmd.c
dispose_cmd.c
dispose_cmd.h
error.c Bash-4.4 distribution sources and documentation Sep 15, 2016
error.h Bash-4.4 distribution sources and documentation Sep 15, 2016
eval.c Bash-4.4 distribution sources and documentation Sep 15, 2016
execute_cmd.c Bash-4.4 distribution sources and documentation Sep 15, 2016
execute_cmd.h
expr.c
externs.h
findcmd.c
findcmd.h Bash-4.4 distribution sources and documentation Sep 15, 2016
flags.c
flags.h Bash-4.4 distribution sources and documentation Sep 15, 2016
general.c
general.h
hashcmd.c
hashcmd.h
hashlib.c Bash-4.4 distribution sources and documentation Sep 15, 2016
hashlib.h
input.c
input.h Bash-4.2 distribution sources and documentation Nov 23, 2011
jobs.c
jobs.h Bash-4.4 patch 4 Nov 14, 2016
list.c
locale.c
mailcheck.c Bash-4.3 distribution sources and documentation Feb 26, 2014
mailcheck.h
make_cmd.c Bash-4.4 distribution sources and documentation Sep 15, 2016
make_cmd.h
mksyntax.c
nojobs.c
parse.y
parser-built
parser.h
patchlevel.h
pathexp.c
pathexp.h Bash-4.4 distribution sources and documentation Sep 15, 2016
pathnames.h.in
pcomplete.c
pcomplete.h
pcomplib.c
print_cmd.c
quit.h Bash-4.4 distribution sources and documentation Sep 15, 2016
redir.c
redir.h
shell.c
shell.h
sig.c
sig.h
siglist.c Bash-4.1 distribution source Nov 22, 2011
siglist.h Imported from ../bash-4.0-rc1.tar.gz. Sep 12, 2009
stringlib.c
subst.c Bash-4.4 patch 12 Jan 27, 2017
subst.h Bash-4.4 distribution sources and documentation Sep 15, 2016
syntax.h
test.c Bash-4.4 distribution sources and documentation Sep 15, 2016
test.h
trap.c
trap.h
unwind_prot.c
unwind_prot.h
variables.c
variables.h
version.c
xmalloc.c Bash-4.4 distribution sources and documentation Sep 15, 2016
xmalloc.h
y.tab.c Bash-4.4 distribution sources and documentation Sep 15, 2016
y.tab.h

README

Introduction
============

This is GNU Bash, version 4.4.  Bash is the GNU Project's Bourne
Again SHell, a complete implementation of the POSIX shell spec,
but also with interactive command line editing, job control on
architectures that support it, csh-like features such as history
substitution and brace expansion, and a slew of other features. 
For more information on the features of Bash that are new to this
type of shell, see the file `doc/bashref.texi'.  There is also a
large Unix-style man page.  The man page is the definitive description
of the shell's features. 

See the file POSIX for a discussion of how the Bash defaults differ
from the POSIX spec and a description of the Bash `posix mode'.

There are some user-visible incompatibilities between this version
of Bash and previous widely-distributed versions, bash-4.2 and
bash-4.3.  For details, see the file COMPAT.  The NEWS file tersely
lists features that are new in this release. 

Bash is free software, distributed under the terms of the [GNU] General
Public License as published by the Free Software Foundation,
version 3 of the License (or any later version).  For more information,
see the file COPYING. 

A number of frequently-asked questions are answered in the file
`doc/FAQ'.

To compile Bash, type `./configure', then `make'.  Bash auto-configures
the build process, so no further intervention should be necessary.  Bash
builds with `gcc' by default if it is available.  If you want to use `cc'
instead, type

	CC=cc ./configure

if you are using a Bourne-style shell.  If you are not, the following
may work:

	env CC=cc ./configure

Read the file INSTALL in this directory for more information about how
to customize and control the build process.  The file NOTES contains
platform-specific installation and configuration information.

If you are a csh user and wish to convert your csh aliases to Bash
aliases, you may wish to use the script `examples/misc/alias-conv.sh'
as a starting point.  The script `examples/misc/cshtobash' is a
more ambitious script that attempts to do a more complete job.

Reporting Bugs
==============

Bug reports for bash should be sent to:

	bug-bash@gnu.org

using the `bashbug' program that is built and installed at the same
time as bash.

The discussion list `bug-bash@gnu.org' often contains information
about new ports of Bash, or discussions of new features or behavior
changes that people would like.  This mailing list is also available
as a usenet newsgroup: gnu.bash.bug. 

When you send a bug report, please use the `bashbug' program that is
built at the same time as bash.  If bash fails to build, try building
bashbug directly with `make bashbug'.  If you cannot build `bashbug',
please send mail to bug-bash@gnu.org with the following information:

	* the version number and release status of Bash (e.g., 2.05a-release)
	* the machine and OS that it is running on (you may run
	  `bashversion -l' from the bash build directory for this information)
	* a list of the compilation flags or the contents of `config.h', if
	  appropriate
	* a description of the bug
	* a recipe for recreating the bug reliably
	* a fix for the bug if you have one!

The `bashbug' program includes much of this automatically.

Questions and requests for help with bash and bash programming may be
sent to the help-bash@gnu.org mailing list.

If you would like to contact the Bash maintainers directly, send mail
to bash-maintainers@gnu.org.

While the Bash maintainers do not promise to fix all bugs, we would
like this shell to be the best that we can make it.

Enjoy!

Chet Ramey
chet.ramey@case.edu

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
You can’t perform that action at this time.