index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
rs.awk
blob: d3a3cf0421fdd598ac1b9ee1c8645c5649f3b101 (
plain
)
1
2
BEGIN
{
RS
=
""
}
{
print
$
1
,
$
2
}