Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
shell 中 ${} $() 和$"" $''这四着之间的区别
http://forum.ubuntu.com.cn/viewtopic.php?t=376636
分页:
1
/
1
shell 中 ${} $() 和$"" $''这四着之间的区别
发表于 :
2012-06-02 11:41
由
410863881
主要是 我区别不出来 他们之间的关系,比如 a := b; c = $'a'; echo $c 输出就是a c= $"a"; echo $c 就是b 那 ${} $() 之间的区别呢
Re: shell 中 ${} $() 和$"" $''这四着之间的区别
发表于 :
2012-06-18 13:12
由
tusooa
你这看着像 Makefile .