High Performance Software

Bash

bash

DESCRIPTION

Bash 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

USAGE

bash

Adding the following line to your .personal.login will launch bash for you each time you login:
setenv User_Shell bash

Please note that, while the AFRL MSC has included this functionality at the request of the users, C shell (csh) is the only supported shell at the AFRL DSRC.

LICENSE INFORMATION

For information on supported platforms, versions and licenses, please check the AFRL DSRC Software Page:
https://www.afrl.hpc.mil/software/

VENDOR LINKS

Bash Home Page