【Bash脚本便利贴】【二】【在Bash脚本中使用export】
摘要:如题,这篇文章是关于在Bash脚本中使用指令export的一些内容。
先来看一下export的作用,简单的讲export作用于变量,使得Shell父进程中定义的变量能被其子进程获得。在Bash脚本中使用export可以使定义的变量达到全局变量的效果。
阅读全文
posted @ 2012-10-08 20:45
I like black beer.
posted @ 2012-10-08 20:45
posted @ 2012-09-30 23:01