Re: change in gawk from 3.1.5 to 3.1.6

2008-06-25 Thread Corinna Vinschen
On Jun 25 09:09, Nicholas Volk wrote: > Awk is not really my expertise (haven't used it in years) but shouldn't > that be > > awk '{printf ("%6d", 0x22) }' test.txt > > I mean that "0x22" usually refers to strings, not hexes. > Works fine without quotations. > > br, > Nicholas > > > Hello Cor

Re: change in gawk from 3.1.5 to 3.1.6

2008-06-24 Thread Nicholas Volk
Awk is not really my expertise (haven't used it in years) but shouldn't that be awk '{printf ("%6d", 0x22) }' test.txt I mean that "0x22" usually refers to strings, not hexes. Works fine without quotations. br, Nicholas > Hello Corinna, > > the change in gawk from 3.1.5 to 3.1.6 broke my scr