摘要: shell脚本格式: #!/bin/bash //第一行指定bash 命令群。。。。。 例子: #!/bin/bash DESCDIR='/tmp/test' mkdir ${DESCDIR} touch ${... 阅读全文
posted @ 2014-04-08 12:06 Mr√liu 阅读(473) 评论(0) 推荐(0)
摘要: bash: 全局变量: /etc/profile, /etc/profile.d/*, /etc/bashrc 个人变量: ~/.bash_profile, ~/.bashrcbash运行方式: 交互式(登录之后命... 阅读全文
posted @ 2014-04-08 11:31 Mr√liu 阅读(347) 评论(0) 推荐(1)