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