bash-command-substitution

Status: IN

Command substitution $(command) captures command stdout for use in variable assignments, conditionals, and loops. Preferred over backtick syntax. Can be nested.

Source: repo:entries/2026/03/04/command-substitution.md

JSON