xref
: /
freebsd
/
contrib
/
one-true-awk
/
bugs-fixed
/
rs_underflow.awk
(revision 8ccc0d235c226d84112561d453c49904398d085c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
RS
=
"zx"
} {
print
$
1
}
2