[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash scripting q



Kevin Mark wrote:
On Wed, Sep 27, 2006 at 09:22:05PM -0500, Ron Johnson wrote:
how about
  b=`$a`
  echo $b

or echo $($a)


Bingo!!! Thanks!
Is that in the Advanced Bash-Scripting Guide?
H



echo `$a`




Reply to: