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
/
rscompat.awk
blob: 9415c704ac7a19d3d393011ec0e73acaf459d607 (
plain
)
1
2
BEGIN
{
RS
=
"bar"
}
{
print
$
1
,
$
2
}