openbsd-ports/shells/bash/pkg/DESCR
brad 4666e436ee - rename checksums files
- fixup DESCR's
- document ports that have static FLAVORs in their DESCR's
- remove unnecessary patch from scsh and use CONFIGURE_ENV option instead
2002-01-18 17:21:14 +00:00

13 lines
551 B
Plaintext

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.
Flavors:
static - Build with statically linked binaries.
WWW: ${HOMEPAGE}