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