delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/04/03/10:39:15

X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave DOT korn AT artimi DOT com>
To: <cygwin AT cygwin DOT com>
References: <mn DOT 13aa7d74a3db2d48 DOT 51129 AT pbs DOT org> <46116207 DOT 8060009 AT cygwin DOT com> <mn DOT 13cd7d74d8141649 DOT 51129 AT pbs DOT org> <5abc24640704021326p2bfbcc0che61f4aec02964ec1 AT mail DOT gmail DOT com> <46116C70 DOT 8030508 AT cygwin DOT com> <mn DOT 1a5e7d74f9a48215 DOT 51129 AT pbs DOT org>
Subject: RE: Varibles not working in do loop...
Date: Tue, 3 Apr 2007 15:38:38 +0100
Message-ID: <016001c775fd$c44d3b80$2e08a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <mn.1a5e7d74f9a48215.51129@pbs.org>
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

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 works
>>>> fine? "$LOG" == > "".  In these cases, the "hang" is 'cat' waiting for
>>>> input from the command
>>>>> line.
>>> 
>>> I think he means that in the line:
>>> 
>>>> UPDATES_NEEDED=`cat $LOG | grep "updates detected" | tail -1`
>>> 
>>> cat $LOG... will hang if $LOG == "" because "cat" is waiting for input.
>>> 
>> 
>> Precisely.
> 
> That helps but my problem is the line above where it get the value for
> LOG for whatever reason doesn't get the value of LOG in the for loop
> but can outside of the loop... :o)

  You mean this line?

LOG=`ls -al $DIR | grep $t | grep WINDOWS`

  You're listing the contents of the directory, trying to find the one line
that contains the name of the file ($t) you're currently considering.  Then
you're using grep a second time to only select (from that one line) any lines
that contain the text 'WINDOWS'.  Presumably none of the files in
1group_1a_dev_clientlist.out have the word "WINDOWS" in their name.

  What are you *trying* to do with that second grep?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019