What mean brackets around command in the unix shell. For example:
mac: workdir$pwd
/Users/Alex/workdir
same output of this:
mac: workdir$(pwd)
/Users/Alex/workdir
What is the difference when I'm use brackets and don't use it? My really situation it is:
(CP) /Users/Alex/workdir/xercesc/include/xercesc/util.
I'm trying to build xercesc
for mac os, and take few troubles. And I'm trying to do some changes in make package.