Advanced Bash-Scripting Guide 读书笔记--Chapter 3 Special Characters
Advanced Bash-Scripting Guide 读书笔记Chapter 3 Special Characters
Comments #
从#到行尾,表示注释。可以通过(‘”)转义。
Command separator ;
表示命令结束,用来分割命令。一般是一行一个命令,但是要在一行中包含多个命令的话,需要把它加入其中。
echo hello; echo there
if [
原创
2015-03-13 17:36:26 ·
436 阅读 ·
0 评论