|
楼主 |
发表于 2004-11-3 18:03:38
|
显示全部楼层
Advanced Bash-Scripting Guide
An in-depth exploration of the art of shell scripting
Version 2.6.9
15 April 2004
Mendel Cooper
thegrendel AT theriver DOT com
This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little snippets of Unix® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
This book is suitable for classroom use as a general introduction to programming concepts.
The latest update of this document, as an archived, bzip2-ed "tarball" including both the SGML source and rendered HTML, may be downloaded from the author's home site. See the change log for a revision history.
在线阅读 : http://www.rons.net.cn/htp/abs/HTML/
注:如果你使用的是Debian GNU/Linux,可以用这个命令来安装该文档:
[code:1]# apt-get install abs-guide[/code:1] |
|