|
From: | Bill Gradwohl |
Subject: | Re: [Help-bash] indirection |
Date: | Thu, 15 Mar 2012 07:37:51 -0600 |
On Wed, Mar 14, 2012 at 01:48:25PM -0600, Bill Gradwohl wrote:
> If one level of indirection is ${!xxx}, how does one code 2 levels without
> using an intermediate variable?
I'm pretty sure it's not possible. May I ask why you want to do that?
Perhaps some associative arrays would be better suited to solving
your problem. They usually are, when people are messing with indirect
evaluation.
[Prev in Thread] | Current Thread | [Next in Thread] |