Source: https://foxhop.net/f3f1d8ba-2f95-11f1-8421-e86a64d24d78/bash-command-substitution
Snapshot: 2026-07-12T03:15:03Z
Generator: Remarkbox dba4024

This is a thread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

Bash Command Substitution

There are two ways:

myvar=`cat /etc/motd`
myvar=$(cat /etc/motd)

Choose either then then try this:

echo $myvar

Source: https://foxhop.net/f3f1d8ba-2f95-11f1-8421-e86a64d24d78/bash-command-substitution
Snapshot: 2026-07-12T03:15:03Z
Generator: Remarkbox dba4024