2001-04-29 21:59:53 +02:00
|
|
|
Bash is an sh-compatible shell that incorporates useful features from
|
|
|
|
the Korn shell (ksh) and C shell (csh). It is intended to conform to
|
|
|
|
the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
|
2005-05-23 10:26:03 +02:00
|
|
|
|
2001-04-29 21:59:53 +02:00
|
|
|
It offers functional improvements over sh for both programming and
|
|
|
|
interactive use; these include command line editing, unlimited size
|
|
|
|
command history, job control, shell functions and aliases, indexed
|
|
|
|
arrays of unlimited size, and integer arithmetic in any base from two
|
|
|
|
to sixty-four. In addition, most sh scripts can be run by Bash without
|
|
|
|
modification.
|
2009-02-24 16:49:25 +01:00
|
|
|
|
|
|
|
This package contains the outdated version 2 of bash.
|