On 02/28/2012 11:44 PM, Chet Ramey wrote:
> echo "$(echo '$bar')"

actually these both output the same in bash
echo "$(echo '$bar')"
echo $(echo '$bar')

Reply via email to