update Sun Feb 14 18:37:00 PST 2010
[pkgsrc.git] / shells / bash3 / DESCR
1 Bash is an sh-compatible shell that incorporates useful features from
2 the Korn shell (ksh) and C shell (csh). It is intended to conform to
3 the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
4
5 It offers functional improvements over sh for both programming and
6 interactive use; these include command line editing, unlimited size
7 command history, job control, shell functions and aliases, indexed
8 arrays of unlimited size, and integer arithmetic in any base from two
9 to sixty-four. In addition, most sh scripts can be run by Bash without
10 modification.
11
12 This package contains the outdated version 3 of bash.