xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
rs.awk
(revision c9ffe217655ce62448bdb45d6f113f43b4dfcc54)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
RS
=
""
}
2
{
print
$
1
, $
2
}
3