Re: Bash trivia question

2002-11-12 Thread Samuel Monsarrat
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

Re: Bash trivia question

2002-11-11 Thread Michael Fratoni
-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

Re: Bash trivia question

2002-11-11 Thread John
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 > >

Re: Bash trivia question

2002-11-11 Thread irc
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. */

Re: Bash trivia question

2002-11-11 Thread Tim Waugh
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

Re: Bash trivia question

2002-11-11 Thread irc
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

Re: Bash trivia question

2002-11-11 Thread Michael Fratoni
-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: > > #=