unix shell中命令周围的括号是什么意思。例如:
mac: workdir$pwd
/Users/Alex/workdir
same output of this:
mac: workdir$(pwd)
/Users/Alex/workdir
当我使用括号和不使用它时有什么区别?我的真实情况是:
(CP) /Users/Alex/workdir/xercesc/include/xercesc/util.
我正在尝试xercesc
为 mac os 构建,并且很少遇到麻烦。我正在尝试对 make 包进行一些更改。