@nrailgun
        
        2016-06-22T06:53:19.000000Z
        字数 384
        阅读 1491
    程序设计
Every thing is shell scripts is string, so quoting is extremely and unfortunately important in shell programming.
'': Remove any special mean of character, except '."": Allow $ substitution.``: Legacy command substitution, use $() instead.${array[@]} expands to a list of words.