- 帖子
- 418
- 积分
- 811
- 技术
- 2
- 捐助
- 0
- 注册时间
- 2008-11-24
|
[转载教程] 一本Shell在线图书——Advanced Bash-Scripting Guide
http://tldp.org/LDP/abs/html/abs-guide.html#BASH-OPTIONS
关于名称,我引用原文:
We will be using Bash, an acronym [3] for "Bourne-Again shell" and a pun on Stephen Bourne's now classic Bourne shell. Bash has become a de facto standard for shell scripting on most flavors of UNIX. Most of the principles this book covers apply equally well to scripting with other shells, such as the Korn Shell, from which Bash derives some of its features, [4] and the C Shell and its variants. (Note that C Shell programming is not recommended due to certain inherent problems, as pointed out in an October, 1993 Usenet post by Tom Christiansen.) |
|