This topic created in 5050 days ago, the information mentioned may be changed or developed.
就是波浪号下面的那个小点,叫啥?英文状态下是干啥用的?在shell命令中和 双引号 单引号啥区别??
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
2
gonghao Jul 7, 2012 1
中文名叫:反引号
shell 里面用反引号引起来的部分命令用于执行并返回执行后的结果用于赋值,与 $(...) 的作用相同~
|