Re: Varibles not working in do loop...

2007-04-03 Thread Kevin Markle
Dave Korn presented the following explanation : On 03 April 2007 16:25, Kevin Markle wrote: Dave Korn wrote on 4/3/2007 : ***PING! I bet you have dos line endings in your 1group_1a_dev_clientlist.out file. Thank you thank you and thank you that was it oh any by the way Thank you!

RE: Varibles not working in do loop...

2007-04-03 Thread Dave Korn
On 03 April 2007 16:25, Kevin Markle wrote: > Dave Korn wrote on 4/3/2007 : >> ***PING! >> >> I bet you have dos line endings in your 1group_1a_dev_clientlist.out >> file. > Thank you thank you and thank you that was it oh any by the way Thank > you! > > No longer frustrated :D :D H

Re: Varibles not working in do loop...

2007-04-03 Thread Kevin Markle
Dave Korn wrote on 4/3/2007 : On 03 April 2007 15:46, Kevin Markle wrote: Dave Korn pretended : What are you *trying* to do with that second grep? There are 2 files related to each client listed in the file 1group_1a_dev_clientlist.out the first grep grabs both files and the second one

Re: Varibles not working in do loop...

2007-04-03 Thread Kevin Markle
Andrew Louie brought next idea : On 4/3/07, Kevin Markle wrote: There are 2 files related to each client listed in the file 1group_1a_dev_clientlist.out the first grep grabs both files and the second one get the specific log with the work windows in it: [EMAIL PROTECTED] /cygdrive/e/wsus/grou

RE: Varibles not working in do loop...

2007-04-03 Thread Dave Korn
On 03 April 2007 15:46, Kevin Markle wrote: > Dave Korn pretended : >> What are you *trying* to do with that second grep? > There are 2 files related to each client listed in the file > 1group_1a_dev_clientlist.out the first grep grabs both files and the > second one get the specific log with

Re: Varibles not working in do loop...

2007-04-03 Thread Andrew Louie
On 4/3/07, Kevin Markle wrote: There are 2 files related to each client listed in the file 1group_1a_dev_clientlist.out the first grep grabs both files and the second one get the specific log with the work windows in it: [EMAIL PROTECTED] /cygdrive/e/wsus/group_1a_DEV $ ls -al total 27992 drwx

Re: Varibles not working in do loop...

2007-04-03 Thread Kevin Markle
Dave Korn pretended : On 03 April 2007 15:07, Kevin Markle wrote: Larry Hall (Cygwin) formulated on Monday : Andrew Louie wrote: On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : Kevin Markle wrote: What does this mean please and or would you send me your copy tha

RE: Varibles not working in do loop...

2007-04-03 Thread Dave Korn
On 03 April 2007 15:07, Kevin Markle wrote: > Larry Hall (Cygwin) formulated on Monday : >> Andrew Louie wrote: >>> On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : > Kevin Markle wrote: >>> What does this mean please and or would you send me your copy that

Re: Varibles not working in do loop...

2007-04-03 Thread Kevin Markle
Larry Hall (Cygwin) formulated on Monday : Andrew Louie wrote: On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : > Kevin Markle wrote: What does this mean please and or would you send me your copy that works fine? "$LOG" == > "". In these cases, the "hang" is 'cat' w

Re: Varibles not working in do loop...

2007-04-02 Thread Larry Hall (Cygwin)
Andrew Louie wrote: On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : > Kevin Markle wrote: What does this mean please and or would you send me your copy that works fine? "$LOG" == > "". In these cases, the "hang" is 'cat' waiting for input from the command > line.

Re: Varibles not working in do loop...

2007-04-02 Thread Andrew Louie
On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : > Kevin Markle wrote: What does this mean please and or would you send me your copy that works fine? "$LOG" == > "". In these cases, the "hang" is 'cat' waiting for input from the command > line. I think he means that

Re: Varibles not working in do loop...

2007-04-02 Thread Kevin Markle
Larry Hall (Cygwin) expressed precisely : Kevin Markle wrote: Hello, I'm running this script and line 19 works when I create the variablea and type the command at a shell prompt. But when I try to run it from within the for loop it does not return a value and hangs? A doctored up version

Re: Varibles not working in do loop...

2007-04-02 Thread Larry Hall (Cygwin)
Kevin Markle wrote: Hello, I'm running this script and line 19 works when I create the variablea and type the command at a shell prompt. But when I try to run it from within the for loop it does not return a value and hangs? A doctored up version (to fill in things you left out and make it