摘要: 引用自:http://blog.chinaunix.net/uid-46552-id-2116454.htmlshell 十三问:1) 为何叫做 shell ? 2) shell prompt(PS1) 与 Carriage Return(CR) 的关系? 3) 别人 echo、你也 echo ,是问 echo 知多少? 4) " "(双引号) 与 ' '(单引号)差在哪?5) var=value?export 前后差在哪?6) exec 跟 source 差在哪? 7) ( ) 与 { } 差在哪?8) $(( )) 与 $( ) 还有${ } 差在哪? 阅读全文
posted @ 2012-11-26 09:21 mugua250 阅读(197) 评论(0) 推荐(0) 编辑