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
>
>


Reply via email to