$(

From LQWiki
Jump to navigation Jump to search

$( 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.