Substitutes environment variables in shell format.
`echo 'Hello $USER'
Substitutes environment variables in shell format.
`echo 'Hello $USER'
Substitutes environment variables in files.
echo '$USER' | envsubst > output.txt