Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjx committed May 7, 2013
1 parent 3b376f5 commit 89fd739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Bash是Bourne shell的替代品,属GNU Project,二进制文件路径通常
### 熟悉 vs 陌生
如果你已经掌握了一门编程语言(如PHP、Python、Java、JavaScript),建议你就直接使用这门语言编写脚本程序,虽然某些地方会有点啰嗦,但你能利用在这门语言领域里的经验(单元测试、单步调试、IDE、第三方类库)。

新增的学习成本很小,只要潌怎么使用shell解释器(Jshell、AdaScript)就可以了。
新增的学习成本很小,只要学会怎么使用shell解释器(Jshell、AdaScript)就可以了。


### 简单 vs 高级
Expand Down Expand Up @@ -446,4 +446,4 @@ sh脚本结合系统命令便有了强大的威力,在字符处理领域,有
## 参考资料
- [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/),非常详细,非常易读,大量example,既可以当入门教材,也可以当做工具书查阅
- [Unix Shell Programming](http://www.tutorialspoint.com/unix/unix-shell.htm)
- [Linux Shell Scripting Tutorial - A Beginner's handbook](http://bash.cyberciti.biz/guide/Main_Page)
- [Linux Shell Scripting Tutorial - A Beginner's handbook](http://bash.cyberciti.biz/guide/Main_Page)

0 comments on commit 89fd739

Please sign in to comment.