Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 16:53:27 +1100
From:      "Michael Vince" <michael@oztechnews.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Bug in AWK?
Message-ID:  <006a01c0a538$99f31450$2201a8c0@purple>

next in thread | raw e-mail | index | archive | help
I use this awk script to put a few lines on a single line for a web page.
It works for Uwin for windows awk
(http://www.research.att.com/sw/tools/uwin/)
but core dumps in freebsd awk
Really just seems the any kind of multiline regexp RS seems to make it
coredump.
BEGIN { RS = "<BR>.*</B>" ; FS="\n" }
{
print $1" " $2 " " $3
}
Thanks for any help.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006a01c0a538$99f31450$2201a8c0>