【发布时间】:2012-02-11 06:53:02
【问题描述】:
可能重复:
Shell Programming: What's the difference between $(command) andcommand
好像没有区别
$()
和
``
例如,
$(date)
与
相同`date`
有什么建议吗?
【问题讨论】:
-
unix.stackexchange.com/q/5778/1383 的完全相同的副本
标签: bash