diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-29 19:59:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-29 19:59:53 +0000 |
commit | 3da26fa845db40b3303e0650223ca65e2acd763d (patch) | |
tree | efe8cb5814e029e2ec36519a6d89197170aae3fc /shells/bash2 | |
parent | 124e994b92ab8d1c954598d9b96ca827adaf0876 (diff) | |
download | pkgsrc-3da26fa845db40b3303e0650223ca65e2acd763d.tar.gz |
Improve description.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/pkg/DESCR | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/shells/bash2/pkg/DESCR b/shells/bash2/pkg/DESCR index 497fcff47de..58bb87fa70d 100644 --- a/shells/bash2/pkg/DESCR +++ b/shells/bash2/pkg/DESCR @@ -1,8 +1,10 @@ -Bash is the GNU Project's Bourne -Again SHell, an interactive shell with Bourne shell syntax (/bin/sh); -but also with interactive command line editing, job control on -architectures that support it, Csh-like history features and brace -expansion, and a slew of other stuff. For more information on the -features of Bash that are new to this type of shell, see the file -`documentation/features.texi'. There is also a processed DVI file -there, as well as a large man page. +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. + +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. |