shell中的变量

shell 脚本中变量的定义方法 变量名称中通常包含大小写字字母,数字,下划线(不是必须) 环境级 export A=1 用户级 vim ~/bash_profile export A=1 系统级 vim /etc/profile export A=1 字符的转译及变量的声明         \ 转译单个字符         "" 弱引用,批量转译 "" 中出现的字符,         '' 强引
相关文章
相关标签/搜索