Advanced Bash-Scripting Guide: An in-depth exploration of the art of shell scripting
Prev
Next
第四部分. 高级主题
到了这儿,我们将要准备深入脚本编程中一些难的,不寻常的话题。随着话题的展开,我们会以多种方法和检测边界条件的方式来“打开信封”,看个明白。(当我们涉足未知领域时会发生什么?).
目录
19.
Regular Expressions正则表达式
20.
子shell(Subshells)
21.
受限shell(Restricted Shells)
22.
进程替换
23.
函数
24.
别名(Aliases)
25.
列表结构
26.
数组
27.
/dev和/proc
28.
关于Zeros和Nulls
29.
调试
30.
选项
31.
检查遗漏(Gotchas)
32.
脚本编程风格
33.
杂项
34.
Bash,版本2和3
Prev
Home
Next
Recess Time
Regular Expressions