gash/test/40-assignment-eval-echo.sh

4 lines
41 B
Bash
Raw Normal View History

2018-11-03 10:29:34 +00:00
foo=bar
baz=`eval echo ${foo}`
echo $baz