学习 Bash
学习资料
必读:
扩展阅读:
- The Bash Hackers Wiki
- kfirlavi.com/blog/2012/11/14/defensive-bash-programming/
- The Art of Command Line
- Filenames and Pathnames in Shell: How to do it Correctly
- http://guide.bash.academy/ : 虽然未写完,但看起来不错,值得关注
- Bash changes
- Command-line-text-processing: shell 文本处理教程
Bash script 的缺点
- 没有文件内的私有变量的概念,
source
加载文件必须非常谨慎,容易导致变量被修改。
sh 与 bash 的不同
http://stackoverflow.com/questions/5725296/difference-between-sh-and-bash