From LQWiki
$( is the start of a bash operator that replaces the content of $() with the output of the content executed as a command.
Example:
rpm -ql $(rpm -qa)
Lists all rpm packages' contents.
$( is the start of a bash operator that replaces the content of $() with the output of the content executed as a command.
Example:
rpm -ql $(rpm -qa)
Lists all rpm packages' contents.