Hello all,
I'm trying to figure out what differences there are between the following:
$Foo
${Foo}
I know about the ability to use parameter expansion to set default values
like {Foo:-value} or ${Foo:=value}, but is there any practical difference
between the
two choices above?
Thanks,
Braun