Re: awk script compile problem

2001-09-04 Thread hrishy
Hello Keith I am glad that you responded.Thanks a lott buddy for the help. regards Hrishy --- Keith Seitz <[EMAIL PROTECTED]> wrote: > On Tue, 4 Sep 2001, [iso-8859-1] hrishy wrote: > > > a few minutes ago i installed cygwin and i tried > to > > run the following program. > > I doubt very

Re: awk script compile problem

2001-09-04 Thread Keith Seitz
On Tue, 4 Sep 2001, [iso-8859-1] hrishy wrote: > a few minutes ago i installed cygwin and i tried to > run the following program. I doubt very much that this worked on anything. This awk program clearly has an obvious syntax error. On RH7.0: keiths ~ >awk -f a.awk awk: a.awk:10: if (( $2 ~ /

Re: awk script compile problem

2001-09-04 Thread Marco Craveiro
On 04 Sep 2001 09:29:45 +0100, hrishy wrote: > Hello > > a few minutes ago i installed cygwin and i tried to > run the following program. > > #This is the awk script that will be called by main.sh > #the feild separator is | > #Created by Hrishikesk Samant > #Created on 08-Aug-2001 > #BEGIN > {

awk script compile problem

2001-09-04 Thread hrishy
Hello a few minutes ago i installed cygwin and i tried to run the following program. #This is the awk script that will be called by main.sh #the feild separator is | #Created by Hrishikesk Samant #Created on 08-Aug-2001 #BEGIN { FS="|" } if (( $2 ~ /Label/ ) && ( $3 ~ /Not found