>Yes the first does not give an error but treats the line as one field
>david
>
>On Wed, 20 Dec 2000, Vidiot wrote:
>
>> >Does anybody know how to set the field separator to "="
>> >david
>> 
>> Did you try the "-F ="  on the command line, or:
>> 
>>      BEGIN {
>>              FS = "="
>>      }

Strange.  But, then again, I've never tried using = as a separator.
I normally use semicolons.

Maybe you can sed the file beforehand and change all of the = characters into
a unique character, like a semicolon.

MB
-- 
e-mail: [EMAIL PROTECTED]
    Bart: Hey, why is it destroying other toys?  Lisa: They must have
    programmed it to eliminate the competition.  Bart: You mean like
    Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to