Re: Shell scripting problem -- help, please!

2005-08-29 Thread Otto Moerbeek
On Fri, 26 Aug 2005, Otto Moerbeek wrote: On Fri, 12 Aug 2005, Dave Anderson wrote: ** Reply to message from Otto Moerbeek [EMAIL PROTECTED] on Wed, 10 Aug 2005 21:18:09 +0200 (CEST) I took some time to look into this. After some head scratching and staring at code, I tested this

Re: Shell scripting problem -- help, please!

2005-08-26 Thread Otto Moerbeek
On Fri, 12 Aug 2005, Dave Anderson wrote: ** Reply to message from Otto Moerbeek [EMAIL PROTECTED] on Wed, 10 Aug 2005 21:18:09 +0200 (CEST) I took some time to look into this. After some head scratching and staring at code, I tested this behaviour using both the '88 and '93 versions the

Re: Shell scripting problem -- help, please!

2005-08-12 Thread Dave Anderson
** Reply to message from Otto Moerbeek [EMAIL PROTECTED] on Wed, 10 Aug 2005 21:18:09 +0200 (CEST) I took some time to look into this. After some head scratching and staring at code, I tested this behaviour using both the '88 and '93 versions the ATT version of ksh on Solaris. They both have

Re: Shell scripting problem -- help, please!

2005-08-10 Thread Otto Moerbeek
On Wed, 3 Aug 2005, Otto Moerbeek wrote: On Wed, 3 Aug 2005, Dave Anderson wrote: Something's screwy here, using the 'set -A' command in /bin/sh on 3.7-release. AFAICT the complicated file-match expression should (in this case) produce the same results as the simple one, but it

Re: Shell scripting problem -- help, please!

2005-08-03 Thread Otto Moerbeek
On Wed, 3 Aug 2005, Dave Anderson wrote: Something's screwy here, using the 'set -A' command in /bin/sh on 3.7-release. AFAICT the complicated file-match expression should (in this case) produce the same results as the simple one, but it doesn't seem to match at all when used in this script

Re: Shell scripting problem -- help, please!

2005-08-03 Thread Andreas Kahari
See sh(1), under Command execution: [...] Just to confuse things, if the posix option is turned off (see the set command below), some special commands are very special in that no field splitting, file globbing, nor tilde expansion is performed on arguments that look like assignments. Andreas