View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > $(

From LQWiki

Jump to: navigation, 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.


Share

Personal tools