Am reading it at the moment. Well worth it!
On Tue, 2002-11-12 at 02:18, Michael Fratoni wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Monday 11 November 2002 06:03 pm, John wrote:
> > On Mon, 11 Nov 2002, irc wrote:
> > > Hi all,
> > >
> > > Probably this isn't the right place
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 11 November 2002 06:03 pm, John wrote:
> On Mon, 11 Nov 2002, irc wrote:
> > Hi all,
> >
> > Probably this isn't the right place to ask Bash questions. But since
> > this might be of some relevance to Redhat users I'm posting the
> > questio
On Mon, 11 Nov 2002, irc wrote:
>
> Hi all,
>
> Probably this isn't the right place to ask Bash questions. But since this
> might be of some relevance to Redhat users I'm posting the question here.
>
> Consider the script below:
>
> #=
> !/bin/bash
>
>
November, 2002 19:01
Subject: Re: Bash trivia question
On Mon, Nov 11, 2002 at 06:41:13PM +0530, irc wrote:
> However, I couldn't figure out what could have been the problem in having
it
> this way ${STRING_${i}}, that is recursively handle ${${${...}}}
Is there some reason you aren't using bash array variables?
Tim.
*/
On Mon, Nov 11, 2002 at 06:41:13PM +0530, irc wrote:
> However, I couldn't figure out what could have been the problem in having it
> this way ${STRING_${i}}, that is recursively handle ${${${...}}}
Is there some reason you aren't using bash array variables?
Tim.
*/
msg06190/pgp0.pgp
Desc
een the problem in having it
this way ${STRING_${i}}, that is recursively handle ${${${...}}}
Regards,
irc
- Original Message -
From: "Michael Fratoni" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, 11 November, 2002 17:38
Subject: Re: Bash trivia question
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 11 November 2002 06:26 am, irc wrote:
> Hi all,
>
> Probably this isn't the right place to ask Bash questions. But since
> this might be of some relevance to Redhat users I'm posting the
> question here.
>
> Consider the script below:
>
> #=