\ Computer \ OS \ *Nix \ Sh \

Inline

Inline a command's output in a string with $(...).

`$(...)` runs the inner command and inserts its output into the surrounding string.
echo "xyz $(date)"
Updated: 2026 Aug 19