Shell 中备注符号:
# 或者 " 作为Shell中的备注符号。
需要注意的是,首行的#!/bin/bash 不是注释
Shell 格式
首行输入 #!/bin/bash
中间输入运行代码
最后已 exit 0 结尾
注意多做备注
1. 备注 Shell 用途
2. 备注 创建日期 、版本号和作者
Shell 编写准则
原文:http://www.cnblogs.com/kirholmes/p/6087148.html