Loading

摘要: 1.如果没有赋值,就取第设定的值age=${age-40}echo $age输出:40age=30age={age-40}echo $age输出:302.echo的用法:echo -n 不换行输出echo -e 让转义符生效echo -e "hello\nworld" --换行输出echo -e "... 阅读全文
posted @ 2015-10-18 23:06 头痛不头痛 阅读(208) 评论(0) 推荐(0)