Send me (off-line) a sample file to test with.
Bill
----- Original Message -----
From: "Bob McGregor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 17, 2004 3:33 PM
Subject: [IMGate] Re: OT: gawk from unixutils question
> I tried that and got this:
>
> gawk:cmd. line:1: {FS=3D!} {print $1 $2 $3 $2 $5)
> gawk:cmd. line:2: ^parse error
>
> the file is about 1100 bytes long with !'s in the file.
>
>
> On Wednesday, March 17, 2004 4:25 PM, Bill Landry <[EMAIL PROTECTED]> =
> wrote:
>
> >I don't have a copy of your test file, but try:
> >
> >gawk "{FS =3D "!"} {print $1 $2 $3 $2 $5}" c:\test\testing.txt
> >
> >Bill
> >
> >
>
>