Installing Bash-2.05a

Estimated build time:           0.82 SBU
Estimated required disk space:  14 MB

Installation of Bash

Install Bash by running the following commands:

./configure --prefix=/usr --bindir=/bin &&
make &&
make install &&
exec /bin/bash --login

Contents of Bash

Last checked against version 2.05a.

Program Files

bash, sh (link to bash) and bashbug

Descriptions

bash

bash is the Bourne-Again SHell, which is a widely used command interpreter on Unix systems. The bash program reads from standard input, the keyboard. A user types something and the program will evaluate what he has typed and do something with it, like running a program.

bashbug

bashbug is a shell script to help the user compose and mail bug reports concerning bash in a standard format.

sh

sh is a symlink to the bash program. When invoked as sh, bash tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the POSIX standard as well.

Bash Installation Dependencies

Last checked against version 2.05a.

Bash: bash, sh
Binutils: ar, as, ld, ranlib, size
Diffutils: cmp
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
Gcc: cc, cc1, collect2, cpp0, gcc
Grep: egrep, grep
Make: make
Gawk: awk
Sed: sed
Sh-utils: basename, echo, expr, hostname, sleep, uname
Texinfo: install-info
Textutils: cat, tr, uniq