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