diff options
author | eik <eik@FreeBSD.org> | 2004-07-31 06:01:13 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-31 06:01:13 +0800 |
commit | 8dfdc2d30351da9eaa652d57165ada2eafc3f9f3 (patch) | |
tree | 34eb297fe05ffb828703355ab9abcce6b0019cbc /shells/bash/pkg-descr | |
parent | a67fcd1679851996d433ab6662309142d4f844a3 (diff) | |
download | freebsd-ports-gnome-8dfdc2d30351da9eaa652d57165ada2eafc3f9f3.tar.gz freebsd-ports-gnome-8dfdc2d30351da9eaa652d57165ada2eafc3f9f3.tar.zst freebsd-ports-gnome-8dfdc2d30351da9eaa652d57165ada2eafc3f9f3.zip |
Add bash3, The GNU Bourne-Again SHell version 3.00
http://cnswww.cns.cwru.edu/~chet/bash/NEWS
Diffstat (limited to 'shells/bash/pkg-descr')
-rw-r--r-- | shells/bash/pkg-descr | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/shells/bash/pkg-descr b/shells/bash/pkg-descr index ad734fba0d65..03f1dc88912b 100644 --- a/shells/bash/pkg-descr +++ b/shells/bash/pkg-descr @@ -1,11 +1,7 @@ -Bash is the GNU Project's Bourne -Again SHell, an interactive shell with Bourne shell syntax (/bin/sh); +This is GNU Bash, version 3.0. Bash is the GNU Project's Bourne +Again SHell, a complete implementation of the POSIX.2 shell spec, 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. +architectures that support it, csh-like features such as history +substitution and brace expansion, and a slew of other features. -WWW: http://www.gnu.org/software/bash/ - http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html +WWW: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html |