The GNU Bourne Again shell (bash) http://www.gnu.org/software/bash/bash.html
Go to file
2024-08-01 11:11:49 +02:00
bash-2.0.5-cross-compile-config.cache automatic version update by autodist [release 4.3.011-1mamba;Thu Apr 24 2014] 2024-01-05 20:45:31 +01:00
bash-4.1-bash-requires.patch automatic version update by autodist [release 4.3.011-1mamba;Thu Apr 24 2014] 2024-01-05 20:45:31 +01:00
bash-autoupdate update to 5.2.p15 [release 5.2.p15-1mamba;Thu Nov 02 2023] 2024-01-05 20:45:34 +01:00
bash.spec automatic version update by autodist [release 5.2.p32-1mamba;Thu Aug 01 2024] 2024-08-01 11:11:49 +02:00
dot-bash_logout automatic version update by autodist [release 4.3.011-1mamba;Thu Apr 24 2014] 2024-01-05 20:45:31 +01:00
dot-bash_profile automatic version update by autodist [release 4.3.011-1mamba;Thu Apr 24 2014] 2024-01-05 20:45:31 +01:00
dot-bashrc automatic version update by autodist [release 4.3.011-1mamba;Thu Apr 24 2014] 2024-01-05 20:45:31 +01:00
README.md automatic version update by autodist [release 4.3.011-1mamba;Thu Apr 24 2014] 2024-01-05 20:45:31 +01:00

bash

Bash (Bourne Again shell) is the shell, or command language interpreter, that will appear in the GNU operating system. 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. In addition, most sh scripts can be run by Bash without modification.

The improvements offered by BASH include:

  • Command line editing
  • Unlimited size command history
  • Job Control
  • Shell Functions and Aliases
  • Indexed arrays of unlimited size
  • Integer arithmetic in any base from two to sixty-four