Inline a command's output in a string with $(...).
`$(...)` runs the inner command and inserts its output into the surrounding string.
echo "xyz $(date)"