Re: error 22 when I use gawk on cygwin Xfree 4.2

2003-02-26 Thread DEMOTTIE Christophe DvSI/SIReS/GRE
> Details? Is the awk script inside of a shell script? Which shell? > sh or bash? The awk script is inside a shell script. And it's bash. So I rip it out into a specific file and change my shell script accordingly. And now, it's OK. Thanks very much, Corinna. have a good day. Christophe. >

Re: error 22 when I use gawk on cygwin Xfree 4.2

2003-02-26 Thread Corinna Vinschen
On Wed, Feb 26, 2003 at 10:49:03AM +0100, DEMOTTIE Christophe DvSI/SIReS/GRE wrote: > > Hello, > > I'm written a program with gawk on Cygwin on Windows 2000 computer. > And I recently have an error : > ./myProgram.sh: gawk: error 22 > > After a long search, I found why gawk doesn't work. I

error 22 when I use gawk on cygwin Xfree 4.2

2003-02-26 Thread DEMOTTIE Christophe DvSI/SIReS/GRE
Hello, I'm written a program with gawk on Cygwin on Windows 2000 computer. And I recently have an error : ./myProgram.sh: gawk: error 22 After a long search, I found why gawk doesn't work. I have too many characters or line in my gawk program. my gawk program has 702 lines. With 30511 c