安装 Bash-2.05a

估计编译时间:		0.82 SBU
估计所需硬盘空间:     14 MB

安装 Bash

命令如下:

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

Bash的内容

最后检查于 version 2.05a.

包含的程序

bash, sh (link to bash) and bashbug

具体说明

bash

Bash是Bourne-Again Shell的缩写,它在UNIX系统中作为命令行解释器被广泛使用。 Bash是一个从标准输入--键盘--中读取命令的程序。用户敲击一个命令,这个程序读取这些命令并且根据命令进行相应的操作(比如运行一个程序)。

bashbug

bashbug is 帮助用户编写用标准格式和提交有关bash的bug报告的脚本

sh

sh是一个到bash的链接. 当运行sh的时候, bash会试图模拟成最近的sh历史环境来起动, 同时确定使用POSIX标准.

安装Bash依赖于

最后检查于 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