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