I have a skeleton text file with placeholder strings:
blah blah blah blah $PLACEHOLDER_1$ blah $PLACEHOLDER_2$
and so on. Specific \"form\" of
My bash only solution:
TEMPLATE=' foo $var1 bar $var2' eval "echo \"$TEMPLATE\""