Does the operator
$()
issued in a terminal window have a specific name?
What's the exact meaning of this operator, I suppose it's a sort of Evaluate... but I'm not sure this is covering all its applications
For instance I know that
cd $(brew --prefix)
will evaluate the install path of brew to cd to it
This is the typical question that could be solved by googling but... googling a symbol without knowing the name ...