Re: Command expansion inside for loop

2020-07-08 Thread Kaz Kylheku via Cygwin
On 2020-07-08 04:47, Mark Hansen wrote: You got us reading three posts, so we're fully invested in your issue, and then you don't share the answer? That's just cruel :) I'm invested in the amusement of the whole procession, but all the while I'm thinking that command substitution inside a for

Re: Command expansion inside for loop

2020-07-08 Thread Mark Hansen
On 7/7/2020 3:06 PM, Mike Brown wrote: On Tue, Jul 07, 2020 at 04:45:28PM -0500, Mike Brown wrote: On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > Several years ago I was provided with info on how to get command expansion > to work inside for loops. I run under Zsh. It was done f

Re: Command expansion inside for loop

2020-07-07 Thread Mike Brown
On Tue, Jul 07, 2020 at 04:45:28PM -0500, Mike Brown wrote: > On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > > Several years ago I was provided with info on how to get command expansion > > to work inside for loops. I run under Zsh. It was done for the install > > that > > I have

Re: Command expansion inside for loop

2020-07-07 Thread Mike Brown
On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > Several years ago I was provided with info on how to get command expansion > to work inside for loops. I run under Zsh. It was done for the install that > I have under XP. I've since installed cygwin under Win7-64 and want to get > th