摘要: Shell符号及各种解释对照表: 注释符号(Hashmark[Comments]) 1.在shell文件的行首,作为shebang标记,#!/bin/bash; 2. 其他地方作为注释使用,在一行中,#后面的内容并不会被执行,除非; 3. 但是用单/双引号包围时,#作为#号字符本身,不具有注释作用。 阅读全文
posted @ 2016-11-23 12:00 天天好心情啊 阅读(952) 评论(0) 推荐(0)
摘要: Recommendation is to use the bash shell, because he is strong enough, and absorbed the useful properties of ksh,csh,sh. 阅读全文
posted @ 2016-11-23 11:58 天天好心情啊 阅读(204) 评论(0) 推荐(0)